home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / OLG_V10.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-03-01  |  783b  |  30 lines

  1. @ECHO OFF
  2. CLS
  3. echo ----------------------------------------
  4. echo :        OnLine Graffiti v1.0          :
  5. echo :  Copyright 1993-94, PAROLE Software  :
  6. echo :         all rights reserved          :
  7. echo ----------------------------------------
  8. echo .
  9. echo PKZIP.EXE must reside in a directory that is in your path.
  10. echo .
  11. PAUSE
  12. echo .
  13. Mkdir screens
  14. echo Creating \SCREENS directory
  15. pkunzip screens screens  >nul
  16. echo unZIPing SCREENS.ZIP
  17. mkdir users
  18. ECHO Creating \USERS directory
  19. echo .
  20. ECHO You must edit the CFG file(s) to suit your particlar BBS software.
  21. echo Thank you for trying OLG from PAROLE Software
  22. echo .
  23. echo Fido: 1:151/185  USRobotics 21.6k Dual Standard
  24. echo Fido: 1:151/183  Hayes OPTIMA 288 V.FC
  25. echo .
  26. echo Finished....
  27. echo .
  28. PAUSE
  29.  
  30.