Run real automation with commands that read like instructions.
do https://raw.githubusercontent.com/TheServer-lab/DoScriptPackage/refs/heads/main/files/developer.do👉 Installs a full developer setup in one command.
winget install doscriptdo https://raw.githubusercontent.com/TheServer-lab/DoScriptPackage/refs/heads/main/files/chromebootstrap.doThat’s it.
- 🖥️ Set up a new PC in one command
- 🧑💻 Install a full developer environment instantly
- 📦 Build your own installers
- 📁 Automate file organization and cleanup
- 🌐 Download and configure apps automatically
- 🔗 Share automation scripts with a simple link
Most automation tools are powerful—but hard to read and write.
DoScript focuses on:
- ✅ Human-readable syntax
- ✅ Built-in automation commands
- ✅ Safe testing with
--dry-run - ✅ No boilerplate or setup
ask name "What's your project called?"
make folder '{name}'
download "https://example.com/starter.zip" to '{temp}/{name}.zip'
unzip '{temp}/{name}.zip' to '{name}'
say 'Done! Your project is ready in {name}'
Reads like instructions. Runs like code.
do https://raw.githubusercontent.com/TheServer-lab/DoScriptPackage/refs/heads/main/files/developer.doInstalls:
- Git
- Python
- Node.js
- VS Code
do https://raw.githubusercontent.com/TheServer-lab/DoScriptPackage/refs/heads/main/files/gaming.doInstalls:
- Steam
- Discord
- GPU tools
do https://raw.githubusercontent.com/TheServer-lab/DoScriptPackage/refs/heads/main/files/freshwindows.doSets up:
- essential apps
- system tweaks
- folder structure
Powerful—but complex.
| PowerShell | DoScript | |
|---|---|---|
| Easy to learn | ❌ | ✅ |
| Readable like plain English | ❌ | ✅ |
| Built-in automation tools | ✅ | |
| Safe preview mode | ❌ | ✅ |
👉 DoScript is designed for getting things done quickly, not writing complex scripts.
- File and folder automation
- Downloads and archives
- JSON, CSV, and text editing
- Registry and system tools
- Installer creation
- Shortcut and PATH management
- Script-to-EXE compilation
--dry-runpreviews actions before executingtry/catchhandles errors cleanly- explicit commands reduce mistakes
- built-in logging (
log,warn,error)
do build installer.do --onefile --icon app.icoTurn scripts into distributable applications.
Included in this repo:
- beginner lessons
- real-world examples
- installer patterns
- common workflows
winget install doscriptServer-Lab Open-Control License (SOCL) 1.0
Give the repo a star—it helps others discover DoScript.
DoScript isn’t trying to replace everything.
It’s built for one thing:
turning everyday tasks into simple, shareable commands