home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / educ / prschool.zip / TIPS88.TXT < prev    next >
Text File  |  1988-05-04  |  5KB  |  101 lines

  1.          
  2.                          MESSAGES FROM MICRO STAR 
  3.             
  4.                              Good Advice! 
  5.             
  6.              -  Make  copies of your Micro Star diskettes! 
  7.  
  8.              -  Read your DOS and BASIC manuals
  9.  
  10.              -  If you do not have manuals buy or borrow them 
  11.  
  12.              -  We suggest that you purchase 1301-DOS Tutorial or 1302-DOS Help
  13.  
  14.    *  Computers are very exacting 
  15.  
  16.    *  Reference books can be helpful; There are many available at bookstores or
  17.              libraries  
  18.  
  19.    *  Book study can save you hours of frustration, confusion and embarassment 
  20.  
  21.    *  Especially read up on DIR, TYPE, COPY, DISKCOPY, and 'How to load BASIC
  22.              programs'       
  23.         
  24.                         *   FOR THE NEW USER * 
  25.  
  26. 1.   LOADING  THE DISKETTE:  After booting up with DOS,  put the Micro Star
  27.              diskette  in  drive  A
  28.  
  29. 2.  DIRECTORY LISTING:  At the A>prompt type DIR/W and press enter.  DIR/W  will 
  30.              provide you with  a  listing  of the  files  on  the  diskette.
  31.  
  32. 3.  INFORMATION HELP FILES: Look for Help.doc, Read.me,  Execute.txt or any file 
  33.              with an .txt  or  .doc  extension(e.g.   manual.txt or readme.doc). 
  34.              These files will provide information on how to run the programs.
  35.  
  36. 4. VIEWING THE DOCUMENTATION:  To read the .txt,.doc,  or read.me files you have 
  37.              chosen,  enter:  TYPE <filename>.txt at  the  DOS prompt. (e.g.TYPE 
  38.              manual.txt). The text will start scolling on the  screen for you to 
  39.              read. TO STOP THE SCOLLING: Hit the 'Ctrl' and 's' keys at the same 
  40.              time.   To begin  scolling  again,  hit any key.
  41.  
  42. 5.  TO PRINT A DOCUMENTATION FILE: Hit the 'ctrl' and 'p' keys at the same time. 
  43.              Enter 'Type <filename>.ext'.  At the completion of the printing     
  44.              hit 'ctrl and 'p' keys again to disengage the printer 
  45.               
  46.                         STARTING THE PROGRAMS               
  47.  
  48.       ***  If there are documentation or text files on your diskettes *** 
  49.                         we suggest that you read them, 
  50.       ***        you will save yourself much time and effort          *** 
  51.  
  52. 1.   EXECUTABLE FILES have an .com or .exe extension.  They can be run from the
  53.              DOS  prompt  by entering the filename (e.g.,  run  Startrek.exe  or 
  54.              Startrek.com by entering: Startrek)  
  55.  
  56. 2. BATCH FILES have a .bat extension and can be run from the DOS prompt the same 
  57.              way that you run an executable program.  
  58.  
  59. 3.  BASIC FILES have a .bas extension. They are written in the BASIC programming 
  60.              language. You need the BASIC  interpreter to run the program files. 
  61.              The interpreter  usually comes with you DOS.(BASIC is also known as 
  62.              BASICA  or GWBASIC)  BASIC is commercial software.  Micro Star does 
  63.              not sell  commercial software.  Please  see  your computer software 
  64.              dealer. 
  65.  
  66. 4.TO RUN BASIC PROGRAMS:To run PAC-MAN.bas, first boot up with DOS then on a....        
  67.  
  68.       * Hard disk system:  a. insert the PAC-MAN diskette into drive A 
  69.                            b. enter BASICA PAC-MAN, or GWBASIC PAC-MAN at the DOS
  70.                               prompt if you defined your PATH to BASIC or 
  71.                               GWBASIC 
  72.                            c. OR  at bootup time, locate GWBASIC or BASIC  on 
  73.                               your hard-drive 
  74.                             - then, from the directory that contains BASIC 
  75.                               or GWBASIC enter 'A:' at the prompt with the 
  76.                               basic program diskette in drive A 
  77.                             - then at the A prompt enter 'C:GWBASIC <filename>  
  78.       * Floppy disk drive system: a.insert your BASICA or GWBASICA into drive A
  79.                                   b.enter BASICA or  GWBASIC at the A prompt 
  80.                                   c.remove the BASICA disk and insert the PAC-MAN
  81.                                     disk                                  
  82.                                   d.at the OK prompt hit the F3  key (load"),
  83.                                   e.enter PAC-MAN(load"PAC-MAN)   
  84.                                   f.hit F2  to run the program
  85.  
  86.        *  Another alternative would be to copy the GWBASIC.exe or BASICA.exe
  87.           to the game or program diskette and enter GWBASIC <FILENAME>
  88.           or BASICA <FILENAME> at the DOS prompt.
  89.  
  90. 5. ARCHIVED FILES have been compressed for storage purposes, and can not be
  91.         executed in compressed format. These files 
  92.         have an extension of ARC, LBR, ZOO, or an extension with a Q in the 
  93.         middle(PCCHESS.EQE)          
  94.  
  95.      a. For information on how to uncompress enter the unarchiving utility name
  96.         (e.g.XARC, PKXARC, OR PKARC) or read XARC.DOC, PKXARC.DOC, PKARC.DOC, or 
  97.         any other documentation on the diskette.  
  98.  
  99. 
  100.  
  101.