home *** CD-ROM | disk | FTP | other *** search
/ Aztec Shareware Collection / CHILDREN.ISO / bigbox / tss.hlp < prev    next >
Text File  |  1990-01-05  |  6KB  |  193 lines

  1.  
  2.  
  3.          The Simple Series          An (ASP) Approved Vendor 
  4.          P.O. Box 1167
  5.          Plaistow, NH 03865
  6.          (603) 642-3828
  7.  
  8.  
  9.               We have provided this file for those of you who are new 
  10.          to Shareware.  We would suggest that you spend some time 
  11.          reading about DOS commands and compression utilities.
  12.  
  13.               The Simple Series is dedicated to providing the authors 
  14.          we serve with the highest quality distribution services we 
  15.          can.  We are constantly looking for new programs to add to 
  16.          our library any author wishing to submit their work to us may 
  17.          do so at the address listed above.
  18.  
  19.          The (ASP) Association of Shareware Professionals
  20.  
  21.               We are proud to be an approved vendor of the (ASP).  It 
  22.          is our goal to be considered as a leader in quality and 
  23.          service as a Shareware distributor.  We believe strongly in 
  24.          the Shareware system as we hope you do.  We expect that those 
  25.          of you who purchase our disks, and use them, will register with 
  26.          the author.  The (ASP) is working hard to set standards for 
  27.          both authors and distributors.  We are committed to enforcing 
  28.          that these standards are met.
  29.  
  30.               This document is only meant to give some basic guidance.  
  31.          We suggest you read additional material to fully understand 
  32.          DOS and how to work with your computer.
  33.  
  34.          1.) DOS COMMANDS
  35.  
  36.               A.) COPY - The copy command allows you to copy files 
  37.          [from a location] [to a location].  A location simply being a 
  38.          storage device, which would be a floppy disk or a hard disk.
  39.  
  40.                         Examples and explanations:
  41.  
  42.          The DOS prompt is critical to this operation it will look like 
  43.          this A:\> or C:\>.
  44.  
  45.          A:\>COPY A:*.* B:
  46.  
  47.               Will copy all files on drive A: to B:.
  48.  
  49.          A:\>COPY A:read.me B:
  50.  
  51.               Will copy the file read.me from A: to B:.
  52.  
  53.          A:\>COPY A:*.dat B:
  54.  
  55.               Will copy all files with the extension .dat to B:.
  56.  
  57.          C:\>COPY C:\wp\*.doc C:\doc\
  58.  
  59.               Will copy all .doc files stored in the subdirectory 
  60.          \wp\ to the subdirectory \doc\.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.               B.) DIR - This command will allow you to list to the
  69.          screen the files located on a drive or disk.
  70.  
  71.                         Examples and explanations:
  72.  
  73.          C:\>DIR
  74.  
  75.               Will list the files on the root directory.
  76.  
  77.          C:\>DIR/P
  78.  
  79.               Will list the files to the screen but will pause when the 
  80.          screen fills and you will be prompted to press a key to 
  81.          continue.
  82.  
  83.          A:\>DIR/W
  84.  
  85.               Will list the files to the screen in a wide screen 
  86.          format, slightly different than the others listed.
  87.  
  88.  
  89.  
  90.               C.) TYPE - The TYPE command is used to view text 
  91.          files on screen.
  92.  
  93.                         Examples and explanations:
  94.  
  95.          C:\>TYPE A:read.me
  96.  
  97.               This will list the file read.me to the screen to stop it 
  98.          from scrolling hold the CTRL key and press the SCROLL 
  99.          LOCK key press any key to continue viewing.  If you have 
  100.          an enhanced keyboard you can use the PAUSE key.
  101.  
  102.          C:\>TYPE A:read.me|more
  103.  
  104.               This will do the same as above, the more option causes 
  105.          the file to scroll one page at a time.
  106.  
  107.  
  108.  
  109.               D.) PRINT - Allows you to print files to your printer.
  110.  
  111.                         Examples and explanations:
  112.  
  113.          C:\>PRINT A:\temp\read.me
  114.  
  115.               Will print the file read.me which is located in the 
  116.          subdirectory \temp\.
  117.  
  118.               The print command will prompt you for NAME OF LIST 
  119.          DEVICE [PRN]: if your print is connected to LPT1 or the 
  120.          standard parallel port just hit ENTER.  If this does not 
  121.          work we would suggest that you contact your hardware 
  122.          dealer to find out which port your printer is connected 
  123.          to.  The normal connection for the printer is to LPT1 and 
  124.          you won't have a problem.
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.               F.) DISKCOPY - Allows you to copy an entire disk.
  135.  
  136.                         Examples and explanations:
  137.  
  138.  
  139.          C:\>DISKCOPY A: A:
  140.  
  141.               This will copy a master disk inserted in A: to A:.  
  142.          The system will prompt you when to insert the master and 
  143.          when to insert the blank.
  144.  
  145.          A:\>DISKCOPY A: B:
  146.  
  147.               This will copy a master disk in A: to B:.
  148.  
  149.  
  150.  
  151.  
  152.                                 ARCHIVED FILES
  153.                                       or
  154.                       COMPRESSING AND DECOMPRESSING FILES
  155.  
  156.  
  157.               Archiving is used very heavily in the Shareware industry 
  158.          and the reason for this is simple, saving precious disk 
  159.          space.  When you do a directory listing of your disk and you 
  160.          see file extensions like .ARC  .LZH  .PAK  .ZIP you know that 
  161.          file is in an archived format.  The Simple Series has tried 
  162.          to make our library as uniform as possible.  We have selected 
  163.          PKZIP as our primary compression utility.  On each disk we 
  164.          supply that is Zipped you should have PKUNZIP.  PKUNZIP 
  165.          allows you to extract the file.
  166.  
  167.                           Examples and explanations:
  168.  
  169.          A:\>PKUNZIP
  170.  
  171.               This by itself won't do anything other than to bring up 
  172.          a help screen for using PKUNZIP.  You may want to refer to 
  173.          this for further help.
  174.  
  175.          A:\>PKUNZIP *.zip B:
  176.  
  177.               This will extract all .zip files on drive A: to B:
  178.  
  179.          A:\>PKUNZIP test c:\temp\
  180.  
  181.               This will extract all files from test.zip to the 
  182.          subdirectory \temp\.
  183.  
  184.               The easiest method for doing this is to copy the disk 
  185.          you have received to a subdirectory on your hard drive and 
  186.          then issue the command PKUNZIP *.zip.
  187.  
  188.  
  189.                       We Hope That This Has Been Helpful
  190.                    .....PLEASE SUPPORT PROGRAM AUTHORS.....
  191.                          ....REGISTER WHAT YOU USE....
  192.                                THE SIMPLE SERIES
  193.