home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
CBVW161U.ZIP
/
CALLBACK.BAT
next >
Wrap
DOS Batch File
|
1993-03-09
|
182b
|
7 lines
@ECHO OFF
REM This batch file can be used if you are running CBV in its own directory.
REM Make sure you only pass a command line parameter for CHAIN.TXT
CD CBVDIR
CBV %1
CD..