You've seen all the DOS's that exist out there, for Unix, Windows, etc, etc. And I hear we're starting to get some implementators of Command-line based programs for MeOS too. Well, I am programming a command-line emulator, And submit this preview of the language. ;D Tell me if there's any improvements you can think of.
The commands in my SysBar Scripting language are minimal, yet powerful. (Any of which can be Aliassed to new commands):
SysBarScript Commands
CD, ST, VW, CP, MV, and DEL.
The commands in my SysBar Scripting language are minimal, yet powerful. (Any of which can be Aliassed to new commands):
SysBarScript Commands
CD, ST, VW, CP, MV, and DEL.
| CODE |
> ST Alias CLS Set Mode Clear Sys: Screen Clear now set to "CLS" > ST Prompt &Dir> Sys: Prompt now set to "Dir>" RD/1/Menuet/> ST Prompt &Folder> Sys: Prompt now set to "Folder>" Menuet> CD /RD/1/Games/Temp Sys: New folder created! Temp> CD ftp://ftp.menuetos.org/distro Sys: Accessing FTP....... Connected! Distro> CD //DeepThought/C/Media Media> CD Sys: Current folder is: //DeepThought/C/Media Media> vw Sys: No Files in Folder Media> vw &date >FILE.TXT Sys: Date Sent to File.txt Media> vw /RD/1/Games/Doom/Doom.asm >LPT1 Sys: File Sent to Printer 1 Media> CP L /rd/1/Games/Doom/doom.asm ./DoomSource.link Sys: Virtual Link Created Media> CP /rd/1/Games/list.txt . Sys: 1 File Copied Media> CP V /rd/1/Games /hd/2/Games Sys: 5 folders, 132 files copied, Verified. Media>CD /RD/1/ Menuet> MV *.asm *.bak Sys: 13 files renamed to *.BAK Menuet> MV Games/Doom/ Doom/ Sys: Folder moved Menuet> DEL Games Sys: 5 folders, 132 files deleted! Menuet> DEL UN Games/Doom/Doom.asm Sys: 2 Folders reinstated. ?oom.asm undeleted. Menuet> calc Sys: Launching MeOS Window... Done. Menuet>_ |
Batch Commands:
Call Label - Return
While - ExitWhile - Loop - Stop
If - Choice


