home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Between Heaven & Hell 2
/
BetweenHeavenHell.cdr
/
500
/
463
/
new.bat
< prev
next >
Wrap
DOS Batch File
|
1986-12-18
|
867b
|
25 lines
Echo off
A:
CLS
Echo S C H E D U L E Project "%1" Data Base Creation.
If .%1 == . Syntax1 %0
If Exist %1 Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
If Exist %1.* Echo -----------------------------------------------------------
If Exist %1.* Echo "%1" files already exist.
If Exist %1.* SYNTAX5 %1
Copy New.SKB %1.SKB >nul
SCHEDULE %1
Erase %1.SKB
If errorlevel 1 Exitcode %1
Cls
Echo S C H E D U L E Project "%1" Data Base Creation.
Echo ----------------------------------------------------------------
Echo A data base for project "%1" has been created on the A: disk.
Echo ----------------------------------------------------------------
Echo R E M E M B E R to use this project name "%1"
Echo to reference this project.
Echo ----------------------------------------------------------------
Echo Command "VIEW %1" is next.
Pause
View %1