home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / prog4 / assm.lzh / IMPORTNT.MSG < prev   
Text File  |  1980-01-01  |  7KB  |  126 lines

  1.  
  2.                              TOM SAMMON
  3.                     PUBLIC SOFTWARE & SUPPLY COMPANY
  4.                     226 WEST APPLEBRANCH MUSTANG, 0K
  5.                             (405) 376-9226
  6.  
  7.                             FELLOW COMPUTERIST
  8.                            ------------------
  9. Thanks for your purchase of this Public Software diskette product. If you
  10. have purchased diskettes- I'm sure you will realize the value of your pur-
  11. chase as you continue to use them in the coming months. If you have pur-
  12. chased software, we hope that you will find the programs on the diskette
  13. both interesting and of value to you. If you have purchased the "Six-Pack"
  14. or "Twelve-Pack" combination package, you will find a variety of programs
  15. along with your diskettes which are of various types: RV-EDIT is an ex-
  16. cellent small wordprocessor for everyday use. DIR201 is a very nice utility
  17. for your DOS functions. There are also some games, educational and misc-
  18. ellaneous programs also enclosed. Please keep in mind, however, that these
  19. two introductory diskettes are of a non-specialized nature. If you are in
  20. need of more specialized programs- they are also available at your Public
  21. Supply dealer or by mail order from the above address. Send $3.00 for our
  22. complete listing of programs available. While your dealer has many exciting
  23. programs available, it is by necessity that we cannot display all our soft-
  24. ware due to the high cost of inventory for your dealer and us. Please make
  25. all checks payable to TOM SAMMON for mail-orders or manual fees.
  26.  
  27.  
  28.                      A WORD ABOUT PROGRAM RUNNING
  29.                      ----------------------------
  30.  
  31. To examine the programs on your new diskettes, turn your computer on and
  32. at the DOS A>, type DIR  This  should appear on your screen: A> DIR  Now
  33. press ENTER. You will now see the directory listing of all disk files on
  34. your monitor. There will be sixteen basic file types. Each, and their type
  35. are listed below:
  36.  
  37. .C     C language program file       .BAS   Basic program file
  38. .PIC   Color graphic screen images   .TXT   Text data or documentation file
  39. .DOC   Documentation files           .PAS   Pascal program file
  40. .ASC   ASCII text files              .ASM   Assembly language program file
  41. .VC    Visicalc Templates            .EXE   Executable program module
  42. .WS    Wordstar format text file     .COM   Command module
  43. .EWF   Easywriter format text file   .FOR   Fortran program file
  44. .BAT   Batch command file            .DAT   Data file
  45. .DBF   dBASE II data file            .PRG   dBASE II program file
  46. .ME    (READ.ME)text file-instructions
  47.  
  48. Running Basic Programs from DOS....at the A> type in BASIC and the name of
  49. the program you wish to run. For instance, if your program name is RV-EDIT.
  50. BAS, then you would type in BASIC RV-EDIT at the A>  Your screen would look
  51. like this: A> BASIC RV-EDIT  Now press ENTER and the program will load and
  52. run.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. Running Complied Programs from DOS....These are programs with the extension
  63. of either .EXE or .COM  To run these, at the A>, type in the name(only-no
  64. extension is necessary) of the program you wish to run. For example, if the
  65. name of the program is PC-CALC.EXE, at the A> type in PC-CALC  Your screen
  66. would look like this: A> PC-CALC  Now press ENTER and the program will load
  67. and run.
  68.  
  69.  
  70. Running Batch Files from DOS....Batch files contain DOS commands. These com-
  71. mands and functions are explained in detail in your DOS handbook supplied
  72. with your computer or operating system. To run batch files, at the A> type
  73. in the name of the batch file. For example, if the batch file name is G.BAT,
  74. at the A> type in G.BAT  Your screen will look like this: A> G.BAT  Now
  75. press ENTER to load and run the file. It is a common use of batch files to
  76. load and run other programs. So, with this in mind, a file such as
  77. BUSINESS.BAT found in the directory when another program file such as
  78. BUSINESS.BAS also exists, is probably part of the program file. Generally,
  79. load the batch (.BAT) file first, and it will provide the necessary commands
  80. and load and run your program file.
  81.  
  82. Listing documentation from DOS... Almost all programs in the Public Software
  83. library include documentation about the programs. Just as you receive a
  84. manual with more expensive programs, you receive a manual with these pro-
  85. grams, except it exists on the diskette for your reading or printing on the
  86. printer. To read these files (.DOC  .TXT   READ.ME   README   XXX ), at the
  87. A> , type in TYPE  and the name of the file. For instance, If your file is
  88. named STARTREK.DOC (which would be the documentation for the game STARTREK),
  89. at the A> type in: TYPE STARTREK.DOC  Your screen would look like this:
  90. A> TYPE STARTREK.DOC  Then press ENTER and the file will be sent to the
  91. screen for your viewing. To stop this text at any time , use your PAUSE key
  92. and then ENTER to continue the text when you are ready. To print the Text to
  93. your printer, you merely redirect the screen output to your printer by typ-
  94. ing the same command as the example above, but add >PRN  To do this, your
  95. screen would look like this: TYPE STARTREK.DOC>PRN  Once again, after you
  96. see this on the screen, press ENTER and the text will be sent to your print-
  97. er to provide you with a hardcopy of program instructions.
  98.  
  99. Programs that don't have specific documentation files.... Some smaller
  100. basic programs do not come with documentation files. They generally do, how-
  101. ever, provide instructions or at least what the program will- or is intend-
  102. ed to do- by means of the programmers comments (remarks) in the program
  103. listing itself. These comments will be incorporated in the program's first
  104. lines in the form of remark statements. To view these, simply load the
  105. program(see above directions) use your LIST command and the program list-
  106. ing will be sent to the screen for your viewing. To send these comments-
  107. and the entire program listing- to the printer, you use the LLIST command.
  108.  
  109.  
  110. A note about User Supported Software....Some programs within the collection
  111. rival high price commercial programs in their complexity and usefulness to
  112. computer users. At the beginning of such programs, you will be asked to send
  113. a fee to these programmers if you find the program useful. While distrib-
  114. utors such as ourselves put these programs into circulation-at a VERY low
  115. price, the programmers have allowed us to do this so their program may reach
  116. you for your review. Please consider sending these people some money if you
  117. do find their programs uselful and worth their asking price.
  118.  
  119. While the above text outlines enough for you to get started in running your
  120. programs, Computing is an endeavor where you never learn all there is to
  121. know about the subject. Buy some good books on interesting subjects- visit
  122. your library, read your provided manuals that came with your system, list
  123. out the programs to see what is happening. You'll be surprised how quickly
  124. you can master your machine.
  125.  
  126. you