home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / AXREAD12.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-08-03  |  773b  |  30 lines

  1. @Echo off
  2. Cls
  3. if %1. == . goto Show
  4. if %2. == . goto Show
  5.  
  6. If not exist %1 goto Show
  7. If not exist %2\READ.PPE goto Show
  8.  
  9. MkPcbTxt %1 /i:22 "!%2\REPLY.PPE"
  10. MkPcbTxt %1 /i:339 "!%2\CALLED.PPE 339"
  11. MkPcbTxt %1 /i:404 "!%2\CALLED.PPE 404"
  12. MkPcbTxt %1 /i:662 "!%2\READMAIL.PPE"
  13. Md %2\DATA >Nul
  14. Echo Installation Complete
  15. Echo.
  16. Goto End
  17.  
  18. :Show
  19. Echo ────────────────────────────────────────────
  20. Echo Read Message PPE's installation instructions
  21. Echo ────────────────────────────────────────────
  22. Echo.
  23. Echo Use: INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\READ
  24. Echo    C└────────────────┘ └─────────────┘
  25. Echo   CPath/Name of your  Path that the PPE's
  26. Echo   CPCBTEXT fileC are in
  27. Echo.
  28. Echo.
  29. :End
  30.