home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / UTILITY / DIVERSEN / GMUTILS3 / GMUTILS3.DOC < prev    next >
Text File  |  1995-02-22  |  5KB  |  133 lines

  1. GM UTILS  Greg Miskelly's Utilities
  2.  
  3. All of the utility programs in my little utility package are programs
  4. that I have generally written for my own use. Some were written as a
  5. specific favour to someone. They may be regarded as oddities that
  6. have no wide appeal to computer users. The reason for this is that I
  7. wouldn't consider writing a program if there was already widely used
  8. Public Domain programs to perform the purpose.
  9.  
  10. I hereby declare that these programs are free for use by everyone
  11. that has access to an IBM Compatible PC. Use of these programs is 
  12. entirely at your own risk. I accept no liability whatsoever. The 
  13. only request that I make of you is that if you pass the programs on 
  14. to another person, please pass on the entire suite of programs, 
  15. including this documentation file. I will not distribute the source
  16. code because one of the programs is specifically for the purpose
  17. of computer access control. Some of the other programs could also
  18. possibly be used for computer security purposes.
  19.  
  20. Nearly all of the programs contain their own manual, ie, the manual
  21. file can be generated by entering: 
  22.    
  23.    PROGNAME /? DOC
  24.  
  25. at the command line. The one exception is STRIP.EXE which has it's
  26. own documentation file. The reason for this is that I wrote the
  27. program in MicroSoft QuickBASIC Ver 4.5 before I discovered the
  28. FromBat Version 3 programming language. There is a fairly complex
  29. algorithm within STRIP.EXE and I really didn't want to spend the
  30. time converting it.
  31.  
  32. This release of GMUTILS3 is a bug fix for GMUTILS2. I tested many
  33. of the version 2 programs on a machine that was also running some
  34. experimental software that would not permit programs to remain
  35. resident. In an attempt to reduce the use of environment space, I
  36. configured many of the version 2 programs so that they would not
  37. use any environment space at all, the consequence being that they
  38. remained in memory until execution of the controlling batch file
  39. had completed. This was unsatisfactory, and therefore the release
  40. of these updates.
  41.    
  42.    
  43.    So....   What do the programs do?
  44.    ---------------------------------
  45.  
  46. ARDP.COM      Add/Remove directories to/from the Path
  47.  
  48.    A help screen can be generated by entering ARDP /?
  49.  
  50.  
  51.  
  52. CLDD.COM      Copy Large Directories to Diskettes.
  53.               A method of providing a backup without compressing
  54.               or altering files.
  55.  
  56.    A help screen can be generated by entering CLDD /?
  57.  
  58.  
  59.  
  60. CURSOR.COM    Change the appearance of the cursor
  61.  
  62.    A help screen can be generated by entering CURSOR /?
  63.  
  64.  
  65.  
  66. EOLDDAYS.COM  Test a file for age in days and leave an errorlevel
  67. EOLDDEMO.BAT      A demonstration Batch File for EOLDDAYS.COM
  68.  
  69.    A help screen can be generated by entering EOLDDAYS /?
  70.  
  71.  
  72.  
  73. PSIS.COM      Provide System Information and Services.
  74.               This program provides information by way of
  75.               generating errorlevels or environment variables
  76.               for an extensive range of system information.
  77.  
  78.    A help screen can be generated by entering PSIS /?
  79.  
  80.  
  81.  
  82. PWORD.COM     An elementary, but secure password program.
  83.               Please read the documentation file before using
  84.               this program in case you lock yourself permanently
  85.               out of your machine.
  86.  
  87.    A help screen can be generated by entering PWORD /?
  88.  
  89.  
  90.  
  91. READ.COM      A simple file viewing program.
  92.  
  93.    A help screen can be generated by entering READ /?
  94.  
  95.  
  96.  
  97. SAVUNTIL.COM  A screen saving program for use in Batch Files. A
  98.               keyboard interuption will generate an errorlevel
  99.               so that branching can occur within the batch file.
  100.  
  101.    A help screen can be generated by entering SAVUNTIL /?
  102.  
  103.  
  104.  
  105. STRIP.EXE     Strip carriage returns from DOS Text files before
  106.               editing in word processing applications
  107. STRIP.DOC        Documentation file for STRIP.EXE
  108.  
  109.               This program has quite a sophisticated algorithm.
  110.               It will filter out tabs, etc. It also attempts to
  111.               work out which lines should be left as lines
  112.               rather than being turned into paragraphs.
  113.  
  114.    A help screen can be generated by entering STRIP /?
  115.  
  116.  
  117. WAIT.COM      A utility to stop the computer. Primarily for use
  118.               in batch files. A keyboard interuption will
  119.               generate an errorlevel.
  120.  
  121.    A help screen can be generated by entering WAIT /?
  122.  
  123.  
  124. I'm sure you have gathered by now that I have an interest in BATCH
  125. file programming. As I have not requested any payment for these 
  126. programs I can not provide any support for them. I hope you find 
  127. some of them useful.
  128.  
  129. These programs are dedicated to my wife who has to put up with my
  130. programming hobby.
  131.  
  132. Greg Miskelly        gmiskelly@bart.embassey.co.uk
  133.