Metropoli BBS
VIEWER: install.bat MODE: TEXT (CP437)
@Echo off
Cls
if *%1 == * goto Show
if *%2 == * goto Show

If not exist %1 goto Show
If not exist %2\Con goto Show

\Pcb\MkPcbTxt %1 /i:163 "!%2\AUTO.PPE"
\Pcb\MkPcbTxt %1 /i:222 "!%2\AUTO.PPE"
\Pcb\MkPcbTxt %1 /i:164 " "
\Pcb\MkPcbTxt %1 /i:629 " "
Md %2\Sig >Nul
Echo Installation Complete
Echo.

Goto End

:Show
Echo ───────────────────────────────────────────────
Echo AutoSig PPE Installation by Dark Creation - PWA
Echo ───────────────────────────────────────────────
Echo.
Echo Use: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\AUTO
Echo    └────────────────┘ └─────────────┘
Echo   Path/Name of your  Path that the PPE
Echo   PCBTEXT file is in
Echo.
Echo.
:End
[ RETURN TO DIRECTORY ]