home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / a2c200.arj / INST.DEF < prev    next >
Encoding:
Text File  |  1992-05-15  |  2.0 KB  |  47 lines

  1. fore white
  2. back black
  3. clearscreen
  4. box single-line 1 1 25 80
  5. box single-line 3 3 21 76
  6. fore yellow
  7. write at 5 4  "Thank you for trying out Asc2Com Version 2.00. Installation is very easy"
  8. write at 5 5  "since the program package is distributed in  compressed  format.  Simply"
  9. write at 5 6  "copy the archive to whatever directory you wish  to keep the program  or"
  10. write at 5 7  "create a new one.  Go to that directory and  drive.   If the package has"
  11. write at 5 8  "an .EXE ending, type A2C200 and let the the archive  extract itself.  If"
  12. write at 5 9  "it has an extent of .ARC, you will need ARC.Exe (or equivalent); if .LZH"
  13. write at 5 10 "unarc with Lharc.Exe; if .ZIP unarc with PKUnzip.Exe.  Simply follow the"
  14. write at 5 11 "directions for those archive packages."
  15. //
  16. write at 5 13 "Next, move to the root directory  of you  boot  drive (C generally). And"
  17. write at 5 14 "edit your autoexec.bat file, adding the following line: "
  18. writebetween 1 80 16 "SET A2C=PATH"
  19. write at 5 18 'where "PATH" is the full path name for the directory containing Asdc2Com.'
  20. write at 5 20 "Reboot your computer and that's it:  you're done!"
  21. fore lightgreen
  22. writebetween 1 80 22  "(Press any Key to Continue)"
  23. waitkey
  24. for i = 1 to 25
  25.   scrollup 1 
  26.   pause 1 
  27. next
  28. clearscreen
  29. fore white
  30. box single-line 1 1 25 80
  31. box single-line 3 3 21 76
  32. fore yellow
  33. write at 5 5  'It is very important  that the  line "SET A2C=PATH" be present and that' 
  34. write at 5 6  "the PATH NOT END WITH A BACKSLASH (a '\').  ASC2COM WILL NOT BE ABLE TO" 
  35. write at 5 7  "FIND IMPORTANT FILES if the environment  is set correctly.  If you  run"
  36. write at 5 8  "Asc2Com  and the top  line is blank  (no menu  options), then the  line"
  37. write at 5 9  "hasn't been set correctly.  (If that happens, press <ALT> and X 
  38. write at 5 10 "to exit the program."
  39. write at 5 12 " Once again, thank you for trying Asc2Com out."
  40. fore lightgreen
  41. writebetween 1 80 16 "(Press any Key to Continue)"
  42. waitkey
  43. fore lightgray
  44. clearscreen
  45. end
  46.  
  47.