home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Hack-Phreak Scene Programs
/
cleanhpvac.zip
/
cleanhpvac
/
XPS-1296.ZIP
/
TR-IN3.ZIP
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-12-07
|
2KB
|
40 lines
@ECHO OFF
cls
echo.
echo ■----------------------------------------------------■
echo : xPRESS mOddING enhanced logon -- v3.o1 :
echo `----------------------------------------------------'
if "%1"=="" goto help
if "%2"=="" goto help
mkpcbtxt %1 /i:259 "!%2\TRIP!IN.PPE"
goto done
:help
echo.
echo To install the ppe, use the following parameters..
echo.
echo INSTALL.BAT [pcbtxt.dir] [ppe.dir]
echo.
echo [pcbtxt.dir] is the full pathname of your pcbtext file.
echo.
echo [ppe.dir] is the pathname of where the ppe is located.
echo.
echo.
echo example :
echo.
echo install.bat c:\pcb\gen\pcbtext c:\pcb\ppe\logon
echo.
goto end
:done
echo.
echo done!... trip!in.ppe has been successivly been installed on your system!
echo.
echo xPS mOddING kREW! -- tRiP.SeNiOR!
echo.
:end
echo.