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