home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / newmenu / how2run.txt < prev    next >
Text File  |  1993-09-30  |  6KB  |  124 lines

  1.  
  2. ABOUT SHAREWARE...      
  3.  
  4. Most shareware is every bit as good as commercial software but it 
  5. does have some differences.  Usually the instructions for running 
  6. the software are stored on the disk in .DOC or .TXT files. You may 
  7. also find file names like READ.ME or README.1ST.  Before running 
  8. the programs you should read these files to determine how to 
  9. install or run the software.
  10.  
  11. DOS provides only one method for viewing text files, the TYPE 
  12. command.  Simply enter the command, TYPE FILENAME.DOC, then use 
  13. the Pause and Return keys to scroll through the document.  (There 
  14. are many programs available that allow you to view text files the 
  15. same way you are viewing this one.)
  16.  
  17. You can print the document by entering the command, COPY 
  18. FILENAME.DOC PRN:.  This will cause the document to be printed out 
  19. on your printer.
  20.  
  21. FILE TYPES...
  22.  
  23. As you try out new software you will find many different types of
  24. files. The type of file is usually denoted by its extension. Below
  25. is a list of the more common file types and their meaning. 
  26.  
  27. FILENAME.EXE - An executable file. Just type the filename without 
  28.         the extension to execute the program.
  29. FILENAME.COM - A command file. Operates the same as an executable
  30.         file.
  31. FILENAME.BAS - This type of file requires a BASIC interpreter to 
  32.         run.  It must be used in conjunction with a program like
  33.         GWBASIC or BASICA. Usually you can learn more about the 
  34.         program by "listing" it and reading the internal comments.
  35. FILENAME.DOC - This is a documentation file. Almost always 
  36.         contains documentation for the program it comes with.
  37. FILENAME.TXT - Sometimes used for documentation. Most often used 
  38.         for information files, not necessarily related to programs.
  39. FILENAME.ZIP - This means the file has been archived.  Will need 
  40.         to be "unzipped" before using. Other common archive 
  41.         extensions are .ARC, .LZH, .PAK.  Chestnut discs use the .ZIP 
  42.         extension.
  43. FILENAME.BAT - This is a batch file, one of the most useful 
  44.         features of DOS. Batch files may contain any DOS commands. 
  45.         They can display text and perform loops to vastly reduce
  46.         repetitive keystrokes. Batch files are invoked like .EXE 
  47.         or .COM files, by simply typing in the file name.  They 
  48.         will then execute each line in the batch file as if it 
  49.         were entered from the command line. A special batch file,
  50.         named AUTOEXEC.BAT, will automatically execute when the 
  51.         computer is booted (started up).  To create a BATCH file 
  52.         you must use a text editor, not a word processor.  DOS 
  53.         provides a simple text editor called EDLIN.COM.  (See your 
  54.         DOS manual for more instructions on creating and using 
  55.         batch files.)
  56. FILENAME.DAT - This type of file will almost always contains data
  57.         that the program needs or has created.
  58.  
  59. There are also many different graphics or picture extensions.  
  60. (.PIC, .IMG, .GIF, .RLE, etc...) Usually graphics with different
  61. extensions are created differently and are not compatible, 
  62. although there are several programs that read and convert 
  63. different formats.  File extensions can be anything you choose, so 
  64. there will many others that are program specific.
  65.  
  66. BASIC PROGRAMS...
  67.  
  68. Some programs in the catalog will require a compatible version of 
  69. the BASIC programming language to run, usually GWBASIC or BASICA.
  70. Using BASICA as an example you can run BASIC programs by having
  71. BASICA.EXE and the BASIC program, FILENAME.BAS in the same 
  72. directory, then typing, BASICA FILENAME. ( Leave off the .BAS 
  73. extension.)  You can also run them by invoking BASIC, then typing 
  74. the command, RUN 'FILENAME'.
  75.  
  76. ******************************************************************
  77.  
  78. SHAREWARE SOFTWARE SUMMARY
  79.  
  80. Shareware is software marketed on a "Try before you buy" basis.  
  81. The price per disk that Shareware distributors charge is a 
  82. distribution fee and not the price of the software.  Shareware 
  83. authors have agreed to allow vendors (like us) to recover expenses 
  84. for copying, packaging, and maintaining a shareware library.  This 
  85. allows you to obtain software programs at incredibly low prices to 
  86. try, then pay the registration price for them only if they suit 
  87. your needs. The idea is that after a reasonable trial period, if 
  88. you find the programs to be of use, you are expected to send the 
  89. author the registration fee.
  90.  
  91. Registration entitles you to various rights and benefits.  These 
  92. include such basic things as the legal (and moral) right to 
  93. continue using the software.  In addition many shareware authors 
  94. offer printed documentation and/or higher levels of service and 
  95. support.  Unlike Public Domain software, which is free to everyone 
  96. with no fees asked for or expected, shareware programs exist 
  97. because the authors expect and deserve the registration support 
  98. from people who use their programs.
  99.  
  100. So that's Shareware.  If you like it, support it !
  101.  
  102. ******************************************************************
  103.  
  104. ASP OMBUDSPERSON
  105.  
  106. The Association of Shareware Professionals wants to make sure the 
  107. Shareware principle works for you.  If you are unable to resolve a 
  108. shareware-related problem with an ASP member by contacting the 
  109. member directly, ASP may be able to help.  The ASP Ombudsperson 
  110. can help you resolve a dispute or problem with an ASP member, but 
  111. does not provide technical support for members' products.
  112.  
  113. ASP Ombudsperson
  114. 545 Grover Road
  115. Muskegon, MI  49442
  116.  
  117. Shareware is not just a novel idea. It is a real solution to the 
  118. program author's distribution problems and the software consumer's 
  119. high prices. It's simply great for everyone, but will work only if 
  120. authors keep their promises and consumers pay for the products 
  121. they use.  So if you like the shareware concept, support it and 
  122. register programs you use!
  123.  
  124.