home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 417 / readme.doc < prev    next >
Text File  |  1987-02-23  |  13KB  |  302 lines

  1.                   PC CLONES MAGAZINE START UP DISK
  2.                     
  3.                
  4.          This  disk contains original utility programs  that 
  5.          have  proved  useful in the operation  of  PC/XT/AT 
  6.          computers and compatibles. Many of the programs are 
  7.          for  use with hard disks and enable the  management 
  8.          of the large quantity of files you develop on these 
  9.          large  drives.  There are also many useful programs 
  10.          for those with floppy disks.
  11.                All  of these programs are copyright  by  the 
  12.          author  and  are supplied to you  free, however  the 
  13.          author  does  not  waive any of  his  rights  under 
  14.          copyright law.
  15.                Neither  Computer Shopper of Titusville, Inc. 
  16.          or  the  author is  responsible for the quality  of 
  17.          the programs  or the  condition of the disk.  IN NO 
  18.          EVENT WILL COMPUTER SHOPPER OF TITUSVILLE,  INC, OR 
  19.          ANDREW  FRIED  BE LIABLE TO YOU  FOR  ANY  DAMAGES, 
  20.          INCLUDING  ANY  LOST PROFITS,LOST SAVINGS,  OR  ANY 
  21.          OTHER INCIDENTIAL OR CONSEQUENTIAL DAMAGES  ARISING 
  22.          OUT  OF THE USE,  OR INABILITY TO USE THE  SOFTWARE 
  23.          EVEN IF COMPUTER SHOPPER,  OF TITUSVILLE,  INC,  OR 
  24.          ANDREW FRIED HAS BEEN ADVISED OF THE POSSIBILITY OF 
  25.          SUCH DAMAGES.
  26.             We  will  not  replace damaged  disks.   The 
  27.          purchase  price  of  PC Clones  Magazine  is  $3.95 
  28.          without  the  software  and  disk  and   it  is 
  29.          understood  that  receipt of this  disk is  not   a  
  30.          sale  of either the  programs   or  the disk.
  31.             Upon   receipt  of  the  disk,   you  are 
  32.          granted   a  license to use the programs  for  non-
  33.          commerical  use. 
  34.          You  may  reproduce the programs for your own  use, 
  35.          but you may not sell or give them away to anyone.
  36.           
  37.           A description of the software folows:
  38.           
  39.           BARCODE.EXE
  40.          -----------
  41.          This   utility   program   will  produce  Code   39 
  42.          barcode  on  mailing labels  or regular paper.   It 
  43.          will print up to a maximum  of  12 characters.   It  
  44.          is  suggested that in order to save  space  you 
  45.          print only uppercase letters, although BARCODE will 
  46.          recognize and  print lower case letters.   For more 
  47.          information, type:
  48.               BARCODE
  49.          at the DOS prompt.    A short help menu will appear 
  50.          describing  the calling conventions.   Requires  an 
  51.          Epson compatible printer.
  52.  
  53.  
  54.  
  55.  
  56.          BLANK3.COM
  57.          ----------
  58.          This   program  will  prevent  CRT  image  burn  by 
  59.          completely    blanking  the   screen  after   three 
  60.          minutes  of inactivity.    The program is a  memory  
  61.          resident  program  which  should be  called  up  by  
  62.          your  autoexec.bat file.  If you use Sidekick,   be 
  63.          sure to load this program in memory before  loading 
  64.          Sidekick. 
  65.                Every  time you press a key or an application 
  66.          program  uses  DOS  to update  the   screen   timer 
  67.          inside  BLANK3.COM  is   reset.    If  the  counter  
  68.          reaches  three minutes,   the screen video   driver  
  69.          shuts down.    In  order  to  restore  the  screen,   
  70.          depress   any   key (preferably  Alt  or  Ctl)  and 
  71.          the  screen  will  be  restored  to  normal.  NOTE:  
  72.          This is not designed to work on an EGA card.
  73.                One   additional feature of this  program  is 
  74.          that  if  you press  the  ALT-F  keys  together,  a 
  75.          formfeed will be sent to the printer.  
  76.  
  77.          BNCHMARK
  78.          --------
  79.                This  program is used to benchmark the  speed 
  80.          of various computers.  
  81.                It   performs  100,000  calculations of  each  
  82.          type  displayed  and  returns  the  number of timer 
  83.          ticks it took to perform the  test.  
  84.                Note    that   18.2   timer    ticks    equal 
  85.          approximately  1 second (a  timer tick occurs every 
  86.          55 ms.).
  87.  
  88.          CLEAN.COM
  89.          ---------
  90.          A  high speed Wordstar to ASCII conversion program.   
  91.          May or  may not work on clones not supporting  high 
  92.          speed  DMA  memory  tranfers.   To  run,   use  the 
  93.          following syntax:
  94.               CLEAN filename[.ext]
  95.          CLEAN   will  then rename the current  file  to  an 
  96.          extension  of  *.bak  and copy the clean file  back 
  97.          into its original name.
  98.  
  99.          COLORS.EXE
  100.          ----------
  101.          This  utility  produces all of  the  various  color 
  102.          attributes on  the screen  in  their native  color.   
  103.          Extermely  useful if  you  write programs and  want 
  104.          to find various color combinations.
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.          DATETIME.COM
  112.          ------------
  113.          This   utility  will  take the current system  date  
  114.          and   time   and  change  all  of  the  files  that 
  115.          match   the  pattern  given.    For to set the date 
  116.          and time of all of the files in your DOS directory, 
  117.          you would type the following:
  118.               DATETIME C:\DOS\*.*
  119.          If  you wanted to restamp only the EXE  files,  you 
  120.          would enter:
  121.               DATETIME C:\DOS\*.EXE
  122.          Note that the full path must be given!
  123.  
  124.          DIRTY.COM
  125.          ---------
  126.          The  exact  opposite of the  CLEAN  program.   This 
  127.          program  translates  an ASCII  file  into  Wordstar 
  128.          format.   Once  converted,  however,  you must   go  
  129.          through  the  file and manually  insert  hard  carriage 
  130.          returns  at the end of a paragraph.    Really  nice 
  131.          for   exchanging files with others.    This program 
  132.          also requires a DMA capability.  
  133.          It is invoked with the following syntax:
  134.               DIRTY filename[.ext]
  135.          The new file will then have the extension of *.wsf.
  136.  
  137.          DISKINFO.EXE
  138.          ------------
  139.          This utility will return information regarding  the 
  140.          hard disks  in  an IBM PC/AT or compatible system.
  141.  
  142.          DOCLEN.EXE
  143.          ----------
  144.          This   program  will accurately estimate the number 
  145.          of   lines  and pages in a document.    Useful  for 
  146.          making the decision to print or not to print.  Call 
  147.          it up like this:
  148.               DOCLEN filename[.ext]
  149.  
  150.          FF.COM
  151.          ------
  152.          Definately  one  of my favority  utilities.    This 
  153.          program  merely sends a form feed character to  the 
  154.          printer.   Saves  you the effort of  having to take 
  155.          the printer offline,  hit the form  feed  key, 
  156.          wait  for  the  paper to advance and then  hit  the 
  157.          onlike key.
  158.  
  159.          FIND.EXE
  160.          --------
  161.                Helps  you to find files on a hard disk.   It 
  162.          will search a  disk  drive,  beginning at the root, 
  163.          for  any and all matches you present to  it.    The 
  164.          DOS  wildcard  characters '*' and  '?'  are  legal.   
  165.          For example,  'FIND  *.bat' would find all files on the 
  166.          default drive ending with a 'bat' prefix.   FIND is 
  167.          case    insensitive,    meaning  that  '*.bat'  and 
  168.          '.*.BAT' produce the same results.
  169.                You  could  also specify a  different  drive.  
  170.          For instance,
  171.               FIND  C:X.BAT  or FIND C:\X.BAT 
  172.          will   cause  FIND to look for all files  with  the 
  173.          name  'X.BAT'  on drive C to be displayed.  
  174.  
  175.          HDPARK.EXE
  176.          ----------
  177.          This   program   will  safely park the heads  on  a  
  178.          hard  disk.   It should be run whenever the disk is 
  179.          going  to be  transported.    It is also  suggested 
  180.          that you routinely park the heads just prior to 
  181.          shutting down the system.
  182.  
  183.          INT.EXE
  184.          -------
  185.          This   program  is very useful for  any  programmer 
  186.          writing   interrupt  software  or  memory  resident 
  187.          software.    It permits you to  obtain  the  actual  
  188.          memory   address  of any interrupt vector  in   the  
  189.          PC.  Typing   "INT  ?" or "INT HELP"  will  present 
  190.          online help.    One  of the  really  nice  features  
  191.          of INT  is  that  all  uninitialized 
  192.          interrupt   vectors  will be flagged with an "-" in 
  193.          front of  them and  all of the vectors pointing  to 
  194.          an  IRET instruction  will  be flagged  with  a "*" 
  195.          in front.   You may type "INT" to receive  a 
  196.          complete   interrupt  vector dump or you  may  type 
  197.          "INT num"  for  a  single  interrupt vector. 
  198.             "INTnum1 num2" will dump all vectors 
  199.          falling between the two numbers.
  200.  
  201.          ISPRIME.EXE
  202.          -----------
  203.          This program will tell you if a number is a  prime.   
  204.          To call  it, you merely type:
  205.               ISPRIME nnn
  206.          where nnn is any number.
  207.  
  208.          MOVEFILE.EXE
  209.          ------------
  210.          This   program   will  enable you to move a  single  
  211.          file   from   one directory   to   another  without 
  212.          having to actually move the  file.  
  213.          Only  the  directory  areas are updated.   In order  
  214.          program,   you  must specify the full path for  the 
  215.          source file  as well as the destinatiion file.  For 
  216.          example:
  217.               MOVEFILE C:\UTILITY\ABC.COM C:\LETTER\ABC.COM
  218.          the  program  will move the file abc.com  from  the 
  219.          utility directory to the letter directory.  
  220.  
  221.          PRIME.EXE
  222.          ---------
  223.          This   is   another benchmark program  useful   for  
  224.          determining   the overall  speed  of a  unit.    It 
  225.          calculates  the  first   1000  prime  numbers   and  
  226.          returns the number of divisions necessary  to  find 
  227.          them.  It also returns the time required to process 
  228.          the program.
  229.  
  230.  
  231.          PRTSCR.COM
  232.          ----------
  233.          This  is  another memory resident  utility.    When 
  234.          run,  it loads in memory  and remains dormant until 
  235.          you call it up.    Once  loaded, any time you press 
  236.          shift-prtscr the program will send the current 
  237.          screen  to  a disk file (non-graphics only).    The  
  238.          program   will automatically  add carriage  returns 
  239.          at the end so that the screen image  can be  edited 
  240.          with a standard text processor.   Note  that 
  241.          each   screen will be saved in a file beginning  at 
  242.          SCREEN.000  and can go up to SCREEN.999.
  243.  
  244.          ROMCHECK.EXE
  245.          ------------
  246.          This   utility will check your system for  optional 
  247.          ROM  signatures with indicate a firmware routine on 
  248.          an expansion card.   Most  PC clones,  for example,  
  249.          will return a signature at C800:0000; that 
  250.          is the hard disk controllers card ROM.
  251.  
  252.          ROMDATE.COM
  253.          -----------
  254.          Displays   the   date of the ROM and any  copyright 
  255.          notice found  at  address F000:E000.
  256.  
  257.          RS232.EXE
  258.          ---------
  259.          This  utility will cause the "TR" modem light on  a 
  260.          Hayes  modem  to flash.    It begins by telling you 
  261.          which  communications port it is addressing   after  
  262.          which  it toggles the RTS and  DTR  lines  ten 
  263.          times.  You stop the program by depressing any key.  
  264.          It is useful for determining what port the modem is 
  265.          attached.
  266.  
  267.          SETCLOCK
  268.          --------
  269.          This   utility  will  enable you set the IBM  PC/AT  
  270.          clock   without having to boot the system  up  with 
  271.          the diagnostics  disk.    To set the time,  use 
  272.          the command TIME' at the DOS prompt.  Once you 
  273.          set the time,  run SETCLOCK.  SETCLOCK will get the 
  274.          time  from the operating system and update the CMOS 
  275.          clock in the AT.
  276.  
  277.          SWAP.COM
  278.          --------
  279.          If you have at least two printers attached to  your  
  280.          system,    this  utility   will  swap  their   port 
  281.          addresses around.   This means that LPT1:  will now 
  282.          print to LPT2:  and visa versa.   It is extremely 
  283.          useful   for those having both a letter quality and 
  284.          a   dot  matrix printer  hooked  up  to the  system 
  285.          using  two  different  parallel ports.    Rerunning  
  286.          the  program  will swap the  ports  to  their 
  287.          initial state.
  288.  
  289.          TABX
  290.          ----
  291.          This   utility  will remove all tab characters from 
  292.          an  ASCII  text file and replace the tabs with  the 
  293.          appropriate number of  spaces.  
  294.          It is called up by the following syntax:
  295.               TABX filename[.ext]
  296.  
  297.           THATSALL,EXE
  298.           -------------
  299.                A public domain program that will suprise you
  300.           for color graphics card equipped clones only.
  301.  
  302.