home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 455 / start.txt < prev    next >
Text File  |  1987-12-04  |  3KB  |  70 lines

  1. .pl 100
  2.  
  3.  
  4.  
  5.                        HOW TO START A DISK
  6.  
  7.      This  text  file  is meant to serve as a  helpful  guide  in 
  8. getting  you started with any of the disks in this  package.   If 
  9. you are an experienced programmer or have average experience with 
  10. DOS,  files,  and  extensions then forget about reading this  and 
  11. jump right into the programs....
  12.  
  13.  
  14. 1.   You  must first load DOS from your DOS diskette before doing 
  15. anything.  You probably already know that because you wouldn't be 
  16. reading this if you hadn't loaded it before this!
  17.  
  18. 2.   To  the  best of my knowledge all of the  programs  in  this 
  19. package  will  run  perfectly with DOS 2.0 and  higher.   If  any 
  20. exception  to  that  rule applies,  it will  be  printed  on  the 
  21. diskette label.
  22.  
  23. 3.   Insert  the program disk into Drive "A" and type DIR at  the 
  24. DOS prompt --->  A>DIR   then  press ENTER.
  25.  
  26. 4.  Notice the extensions following the program names.  These are 
  27. the three letter codes immediately following the program titles.
  28. Look for extensions such as;  TXT, ME, NOW, DOC, 1ST, or an empty 
  29. space  where  the extensions might be located.   Preceding  these 
  30. extensions will be names like;  NOTICE,  READ,  README, DOCUMENT, 
  31. Etc..   These are documents in ascii format which means that  you 
  32. can read them on the screen or have them printed directly to your 
  33. printer.
  34.  
  35. 5.   To view them on your screen just type the following  command 
  36. at the DOS prompt---> TYPE READ.ME (Where READ is the name and ME 
  37. is the extension.   NOTICE THAT THERE IS A PERIOD (.) BETWEEN THE 
  38. NAME AND THE EXTENSION.  Another example might be --->NOTICE.1ST
  39. To  stop the scrolling on the screen momentarily all you have  to 
  40. do  is hold the CTRL key down while you press the "S"  key  once.  
  41. This  will  stop the scrolling.   To start it going again do  the 
  42. same thing once more,   hold the CTRL key down while pressing the 
  43. "S" key.
  44.  
  45. 6.   If  you  would  like to have the document  printed  at  your 
  46. printer,  type  the following addition to the above  information; 
  47. >prn.   For  example,  TYPE README.DOC >PRN  will print the  file 
  48. entitled  README  with the extension DOC to the printer when  the 
  49. printer is turned on and it is selected to print.
  50.  
  51. 7.  To start a program running, look for extensions such as; EXE, 
  52. COM, AND BAT.  Most likely the BAT extension is the one you want.  
  53. This BAT extension is called a batch file and serves only to tell 
  54. the  DOS to run a certain program.   Sometimes it loads files  in 
  55. sequential  order  necessary for the operation of  the  programs.  
  56. The Text or Document file should explain all of this to you.
  57. When  you type the program title with these type  of  extensions, 
  58. you  do NOT type the extensions with them.   For example,  GO.BAT 
  59. would  be run by typing ---> A>GO (And now press  ENTER)  Another 
  60. example  would be for a program called,  MENU with the  extension 
  61. EXE ---> A>MENU (Then press ENTER)
  62.  
  63. 8.   To run a BASIC program (Any program with the extension, BAS) 
  64. you must first have GWBASIC,  BASICA,  OR BASIC.  The easiest way 
  65. to  do  this  is simply copy the BASICA onto the disk  where  the 
  66. program is located or transfer the program to where the BASICA is 
  67. located.   Then  just type;  BASICA (NAME OF PROGRAM) at the  DOS 
  68. prompt and away you go!
  69.    
  70.