home *** CD-ROM | disk | FTP | other *** search
/ Carsten's PPE Collection / Carstens_PPE_Collection_2007.zip / S / SSI!SEP1.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-10-16  |  612b  |  28 lines

  1. @echo off
  2. if .%1==. goto help
  3. if .%2==. goto help
  4. if not exist %1 goto help
  5. mkpcbtxt %1 /i:576  "%2SEPARAT.PPE /576"
  6. mkpcbtxt %1 /i:726  "%2SEPARAT.PPE /726"
  7. goto done
  8. :help
  9. cls
  10. echo.
  11. echo To install Separator, use the following syntax:
  12. echo.
  13. echo        install.bat [PCBTEXT] [PPEDIR]
  14. echo.
  15. echo        PCBTEXT is the full pathname of your PCBTEXT file.
  16. echo.
  17. echo        PPEDIR is the directory of where separator is located.
  18. echo.
  19. echo Example:
  20. echo.
  21. echo        install.bat C:\BBS\GEN\PCBTEXT C:\BBS\PPE\SEP\
  22. echo.
  23. pause
  24.  
  25. :done
  26. cls
  27. echo Separator v.1.0 by Master Death [BPC!]
  28. echo.