home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PCBOARD
/
TAPEFLAG.ZIP
/
FLAG30.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-12-18
|
1KB
|
54 lines
@echo off
if *%1 == * goto explain
if *%2 == * goto explain
if not exist %1 goto explain
if not exist %2\con goto explain
:install
copy FLAG*.* %2
mkpcbtxt %1 /i:549 "!%2\FLAG.PPE"
if *%3 == * goto done
if not exist %3\con goto done
copy prefiler %3
:done
echo
echo FLAG.PPE has been installed
echo
goto end
:explain
echo
echo Installation of FLAG.PPE
echo ------------------------
echo Usage: INSTALL pcbtext ppldir cmdfiles
echo
echo Where "pcbtext" is the PCBTEXT file to update.
echo
echo And "ppldir" is where you want to store the PPS/PPE file(s).
echo
echo The "cmdfiles" directory is optional. If included, PREFILER will be
echo copied into that directory.
echo
echo Example usage:
echo
echo INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\FLAG C:\PCB\CMDFILES
echo
pause
echo
echo NOTE: If you previously used FLAG v2.x then you can now UN-install the
echo FLAG2.PPE file from your PCBTEXT file. This is done by using
echo MKPCBTXT and pressing F3 to get to records 223 and 585. Once in
echo the record, press F4 to restore the default text.
echo
echo NOTE TO SYSOPS USING RIPSCRIP: To fully support RIPscrip you must install
echo the PREFILER file into the CMDFILES directory. See the history
echo notes of FLAG.PPE v3.0 (item 4b) in FLAG.HIS for details.
echo
:end