home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / add2 / ch100b4.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-03-24  |  841b  |  40 lines

  1. ECHO OFF
  2. REM %1 is Download
  3. REM %2 is Upload
  4. REM %3 is Misc.
  5. REM %4 is Messages
  6.  
  7. REM Create Directories
  8. CLS
  9. ECHO Creating directories.  Please Wait ...
  10. MD %1
  11. MD %2
  12. MD %3
  13. MD %4
  14.  
  15.  
  16. ECHO Moving Help Files.  Please Wait ...
  17. COPY *.HLP %3 > NUL
  18. ERASE *.HLP
  19.  
  20. ECHO Moving Sample Bulletins.  Please Wait ...
  21. COPY *.BLT %3 > NUL
  22. ERASE *.BLT
  23.  
  24. ECHO Moving Sample File Listings.  Please Wait ...
  25. COPY *.DIR %3 > NUL
  26. ERASE *.DIR
  27. CLS
  28. ECHO .
  29. ECHO .
  30. ECHO If you received [Unable to create directory] errors, CompuHost will
  31. ECHO still function (hopefully!).  If you received any other errors, please
  32. ECHO check to make sure CS is in the proper path, and that no files are
  33. ECHO missing.
  34. ECHO .
  35. ECHO CompuHost Installed!  Use [Alt-G] in Telix to run CompuHost
  36. ECHO .
  37. ECHO Press any key to return to Telix ...
  38. PAUSE > NUL
  39.  
  40.