home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 080 / SHUFFB10.ZIP / GOODSTUF.DOC < prev    next >
Text File  |  1993-11-11  |  4KB  |  82 lines

  1.   Hearty Mosquito is dedicated to small, fast utilities that you can use in your
  2.   everyday computing. Programs for the DOS and OS/2 command lines, and small
  3.   single-purpose Windows programs. We are always looking for new programming
  4.   ideas. All we ask is that if you CAN use one of these products on a regular
  5.   basis, you send $5 to:
  6.  
  7.   Hearty Mosquito Software
  8.   4216 29TH  AVE  S
  9.   Minneapolis, MN  55406
  10.  
  11.   Hearty Mosquito wares are not public domain, but close.
  12.   If you have comments or suggestions on a Hearty Mosquito product, or wish to
  13.   show your appreciation with money, please write.
  14.  
  15.  
  16. Other cool stuff from Hearty Mosquito, available on a fine BBS near you:
  17. -------------------------------------------------------------------------------
  18. FREE             Available for DOS and OS/2       Zipfile: FREEDOS1.ZIP
  19.                                                            FREEOS21.ZIP
  20.  
  21. This program reports free space available on a drive, or group of drives.
  22. It will exit with an errorlevel that corresponds to the number of free
  23. megabytes on the LAST drive reported.
  24.  
  25. Thus, if:
  26.  
  27. 42,661,888  bytes total on drive C:
  28. 8,058,880   bytes free.
  29.  
  30. FREE exits with errorlevel 7.
  31.  1 megabyte is 1024 bytes x 1024 so FREE exits with errorlevel 7, even though
  32.  the there are more than 8 million *bytes* free.
  33.  This makes FREE ideal for use in batch files with single drives that require
  34.  a specific amount of free disk space.
  35.  
  36. -------------------------------------------------------------------------------
  37. MOV                Available for DOS and OS/2     Zipfile: MOVDOS12.ZIP
  38.                                                            MOVOS212.ZIP
  39.  
  40.     MOV moves files from one directory to another, and across drives.
  41.  Not the smallest. Probably not the fastest either, but faster than any of
  42.  the other file-move programs I've downloaded.
  43.  
  44.  Before writing this program I had used a program called MV.EXE, written by
  45.  Bryan Higgins( 1802 Channing Way, Berkeley, CA 94703-1725), a great program
  46.  that worked well for years. The problem was that when told to move files
  47.  to another drive, it tried to spawn another program called CP.EXE and CP.EXE
  48.  wasn't included with the MV program. In setting out to write my own CP.EXE
  49.  program to compliment MV.EXE, I found that moving files around on the SAME
  50.  drive was trivial in comparison to moving them to OTHER drives, so I just
  51.  added the same-drive capability to MOV and said goodbye to MV.
  52.  
  53. -------------------------------------------------------------------------------
  54. Bitmap Shuffler    for Windows                    Zipfile: SHUFFB10.ZIP
  55.  
  56.     Put Bitmap Shuffler for Windows in your Startup folder and it gives you new
  57.  wallpaper every time you start Windows. It then sits as an icon in the corner
  58.  of the screen, ready to change your wallpaper with a single right-mousebutton
  59.  click. Not the most earth-shaking Windows utility you'll ever find, but you'll
  60.  use and appreciate it every day!
  61.  
  62. -------------------------------------------------------------------------------
  63. FC-MDOS and FC-OS2 for OS/2                       Zipfile:FC10OS2.ZIP
  64.  
  65.  For some reason, IBM declined or neglected to provide a File Compare program
  66. for OS/2's command lines, the OS/2 system command line or OS/2's DOS command
  67. line.
  68. There -is- a COMP command, but they are not the same.
  69. Check your MS-DOS manual to see the differences between COMP and FC.
  70.  
  71. The MS-DOS version of FC checks the operating system version before running, and
  72. the copy of FC.EXE that was included with your pre-OS/2 version of DOS.
  73. will probably not run at an OS/2-DOS command line.
  74. FCMP doesn't care what version of what OS you're running.
  75.  
  76. It may be convenient for you to rename FCMP.EXE to FC.EXE, if you are
  77. accustomed to using the DOS FC command. The syntax is roughly the same.
  78.  
  79.  
  80.  
  81.  
  82.