home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / TR-XTRB2.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-01-01  |  3KB  |  40 lines

  1. @ECHO OFF                                                                     
  2. rem.
  3. rem. ■----------------------------------------------------■
  4. rem. |  xPRESS mOddING XtURBo lOGiN -- V2.o2              |
  5. rem. `----------------------------------------------------' 
  6. rem.                                                                         
  7. rem.                                                                        
  8. rem.                                                                           
  9. if .%1==. goto help                                                           
  10. if .%2==. goto help                                                           
  11.                                                                               
  12. mkpcbtxt %1 /i:665  "!%2\XTURBO.PPE"
  13. goto done
  14.                                                                               
  15.                                                                               
  16. :help                                                                         
  17. cls                                                                           
  18. echo.                                                                         
  19. echo to install the ppe, use the following parameters..
  20. echo.                                                                         
  21. echo       INSTALL.BAT [pcbtxt.dir] [ppe.dir]                                               
  22. echo.                                                                         
  23. echo          [pcbtxt.dir] is the full pathname of your pcbtext file.
  24. echo.                                                                         
  25. echo          [ppe.dir] is the pathname of where the ppe is located.
  26. echo.                                                                         
  27. echo  example :                                                               
  28. echo.                                                                         
  29. echo        install.bat c:\pcb\gen\pcbtext c:\pcb\ppe\xturbo
  30. echo.                                                                         
  31.                                                                               
  32. :done                                                                         
  33. echo.                                                                         
  34. echo done!...   XtURBO is now installed on your bbs!
  35. echo.                                                                         
  36. echo xPS mOddING kREW!  -- tRiP.SeNiOR!
  37. echo.
  38.                                                                               
  39.                                                                               
  40.