home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / SNOB01.ZIP / INSTALL.DOC < prev    next >
Encoding:
Text File  |  1984-09-22  |  5.3 KB  |  106 lines

  1. This file explains installation of SNOBASIC.
  2.  
  3. 1.  The very first procedure is to make copies of all the SNOBASIC
  4.     disks. The original disks should be stored as backups and the
  5.     copies should be used so as to not lose the information on the
  6.     original disks. The procedure is as follows:
  7.     If you have a single floppy drive system, the following steps
  8.         will be exactly as stated. DOS will prompt you to change
  9.         disks as the process continues.
  10.     Boot your DOS (2.0 or higher) disk from drive a.
  11.     Type "Diskcopy a: b:" and press return.
  12.     When Diskcopy asks for the source and target disks, place the
  13.         SNOBASIC disk into drive a and the blank disk into drive b.
  14.         (If you have a single-drive system, place the SNOBASIC disk
  15.         into drive a. DOS will ask for the disk for drive b. At that
  16.         time place the blank disk into drive a. Continue to swap back
  17.         and forth when DOS prompts.)
  18.     When Diskcopy asks if you wish to copy another, answer "n".
  19.     If this is SNOBASIC disk one:
  20.         Put your DOS disk into drive a.
  21.         Type "Sys b:". This will place a copy of DOS on the
  22.             SNOBASIC copy which is in drive b (the disk which
  23.             originally was blank).
  24.         Type "Copy command.com b:". This will place a copy of
  25.             the DOS file COMMAND.COM on the copy disk.
  26.     Mark the blank disk the same as the SNOBASIC disk (including
  27.         the copyright message - this is one of the three copies
  28.         allowed by your license agreement).
  29.     Follow the above procedure for each of the SNOBASIC disks.
  30.  
  31. 2.  Place your copy of SNOBASIC disk one into drive a.
  32.  
  33. 3.  If you have an 8087 math co-processor installed in your system,
  34.     type "Ren snobasic.exe snobasic.sav" and press return. Then
  35.     type "Ren snobas87.exe snobasic.exe" and press return.
  36.  
  37. 4.  If you wish to bring up SNOBASIC with the default configuration,
  38.     type:
  39.     STARTUP        to install a single-user system (normal
  40.             keyboard and terminal-console-only)
  41.     STARTUP2    to install a two-user system (console and
  42.             COM1)
  43.     STARTUP3    to install a three-user system (console and
  44.             COM1 and COM2)
  45.     
  46. 5.  The system will ask for your license number. This is printed on the
  47.     bottom of the license agreement on the diskette envelope and in
  48.     the beginning of the manual. Enter the license number and press
  49.     "return". If this number is entered incorrectly, you will not
  50.     be able to load programs from the disk or save them to the disk.
  51.     Therefore, enter the number carefully.
  52.     
  53. 6.  The disk light will flash. Press the escape key (ESC) to start the
  54.     sign-in procedure.
  55.     
  56. 7.  SNOBASIC will ask for your terminal information. Type CRT and press
  57.     return.
  58.     
  59. 8.  Your account number will be requested. Type 9999 and press return.
  60.     
  61. 9.  Your password will be requested. Type START and press return.
  62.     
  63. 10. SNOBASIC will then respond with the "Hello" message and print "Ready".
  64.     
  65. 11. You may enter a BASIC program, look at the disk directory ("Lib" for
  66.     public programs, "Direc" for private programs assigned to the
  67.     account 9999, "Lib[-1]" to see all SNOBASIC files on the directory),
  68.     load a program ("Load filename", where filename is the name of any
  69.     file in the public or private directory which has a "B" attribute),
  70.     list a program ("List" after loading the program), run a program
  71.     ("Run" after loading or "Run filename"), ask the time ("Time"), see who
  72.     else is using the system ("Lines"), add new accounts ("Run account"),
  73.     look at the system log ("Run log"), or sign off ("Bye"). Of course,
  74.     other commands found in the manual may also be tried.
  75.     
  76. 12. If you started a two or three user system, you may do the same from
  77.     terminals attached to COM1 or COM2. If the system does not respond
  78.     when you press escape on one of these terminals, press the "break"
  79.     key to change baud rates and try escape again (do this sequence
  80.     several times). If it still does not operate, make sure you used
  81.     either INSTALL2 or INSTALL3 and check the manual to insure that
  82.     your terminal is connected correctly.
  83.     
  84. 13. When you are through testing and wish to return to DOS, sign in at
  85.     the console and type "Kill".
  86.     
  87. 14. To configure for more than three users, look in the file CONFIG.DOC.
  88.     
  89. 15. Disk number two contains public domain BASIC programs which will
  90.     run under SNOBASIC. The three startup files configure the system
  91.     to run this disk as disk b:. If you have a two-disk system, insert
  92.     this disk in drive b. If you do not have a two-disk system, the
  93.     programs on this disk will have to be placed on disk one. Look in
  94.     the file CONFIG.DOC for more information. If you have a hard disk,
  95.     look in CONFIG.DOC. Once you have inserted this disk (or configured
  96.     for its use), bring up SNOBASIC (as discussed above) and type
  97.     "Disk 1". Then type "Lib" to see the SNOBASIC directory for the
  98.     disk. Programs may be run by typing "Run filename" (where filename
  99.     is any name printed in the directory which shows the "B" attribute).
  100.  
  101.     To run Adventure, type "Disk 1" then "Run Advnt".
  102.     
  103. 16. The startup files set the user space (SU parameter - see CONFIG.DOC)
  104.     large enough to run the public domain programs. If you need a larger
  105.     or smaller user space, see CONFIG.DOC for information.
  106.