home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
vol_200
/
233_01
/
ws.bat
< prev
Wrap
DOS Batch File
|
1987-06-30
|
384b
|
18 lines
EXAMPLE USAGE OF PUSH & POP IN BATCH FILE
WS.BAT
ECHO OFF
PUSH
CD \BATCH
KEY WS2 /ML
CD \WS2000
WS2 %1 %2
CD \BATCH
KEY START /ML
POP
^Z
PUSH.EXE and POP.EXE are also stored in C:\BATCH (on the PATH).
The references to "KEY" are invocations of Borland's Superkey.
The reference to "WS2" is the invocation of MicroPro's WordStar 2000.