home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Depot 5
/
mediadepotvolume51993.iso
/
FILES
/
03
/
PSSA411.ZIP
/
VIEW.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-07-10
|
277 b
|
16 lines
@ECHO OFF
ECHO OFF
REM Variables: %1 %2 %3 %4 %5..%9
REM Format: CMD filename PSH caller label [save variables]
IF (%1) == () SYSOP
SEE %1
IF NOT (%2) == (PSH) GOTO QUIT
%3 POP %4 %5 %6 %7 %8 %9
:QUIT