ALL05 - external command processors |
Warpstock Europe 2006 • Cologne, Germany |
write an application or large parts in scripts
(would be considered to be application development)
COPY DEL SET IF FOR ECHO PAUSE START ...
(also usable directly on command line)
@ECHO OFF ECHO showparms called with: %1 %2 %3 %4 %5 %6 %7 %8 %9 REM ... more code implementing commands would follow here ...
EXTPROC showparms /s1 /s2 ... more showparms script code would follow here ...
test /c1 /c2
showparms called with: /s1 /s2 test.cmd /c1 /c2
OPEN USER PASSWD CD LCD PUT GET LS QUIT
EXTPROC BFTP OPEN ftp.netlabs.org USER anonymous PASSWD -myemail@gmx.de LCD d:\downloads\xwlan CD /pub/wlan GET xwlan300.zip QUIT
ECHO GOTO PAUSE PLAYTRACK TRACE
EXTPROC MCI echo Playing track 3 and track 4 forever echo Press Ctrl-Break twice to exit ... open cdaudio alias playcd shareable wait :playtrack playtrack playcd 3 wait playtrack playcd 4 wait goto playtrack close playcd wait
TITLE CLASS LOCATION ID OPTION ENV SAY INI ...
BOOTDRV CALLDRV CALLDIR
EXTPROC OBJGEN CLASS WPProgram TITLE Edit config.sys LOCATION <WP_DESKTOP> ID <MYAPP_EDITCFGSYS> PROGTYPE PM EXENAME EPM.EXE PARAMETERS %BOOTDRV%\config.sys
Thank you very much for your your attention!