home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carsten's PPE Collection
/
Carstens_PPE_Collection_2007.zip
/
S
/
SC-GFX.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-03-26
|
689b
|
25 lines
@Echo off
Cls
if *%1 == * goto help
if *%2 == * goto help
If not exist %1 goto help
If not exist %2\Con goto help
\Pcb\MkPcbTxt %1 /i:149 "!%2\GFXDELUXE.PPE"
Md %2\Sig >Nul
Echo
Installation Complete
Echo.
Goto End
:HELP
Echo
─────────────────────────────────────────────────
Echo
░▒▓█
·S·L· PPE Installation
by XT 7█▓▒░
Echo ─────────────────────────────────────────────────
Echo.
Echo
Use:
INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\GFXDELUXE
Echo C└────────────────┘ └──────────────────┘
Echo CPath/Name of your Path that the PPE
Echo CPCBTEXT fileC is in (without the last "\")
Echo.
Echo.
:End