home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / comp_it.zip / README.1ST < prev    next >
Text File  |  1995-08-17  |  3KB  |  64 lines

  1. Compress-It!      by Whiplash Software via CompuServe:74364.3406
  2.  
  3. Written and provided as freeware by Whiplash Software with the only
  4. request that you use and enjoy it. Bon-Apetit!
  5.  
  6. Compress-It! presumes you normally use "compress.exe" and "expand.exe"
  7. provided with Visual Basic's setup wizard. It is ideal for those developers who
  8. build custom setup routines and copmress their files manually. IE:
  9.      
  10.  c:\[path\]compress /r c:\[sourcepath]\myfile.xyz [destdrive]:[\destpath]
  11.  
  12. Compress-It! builds a batch file named comp####.bat of commands similar to
  13. that above. The #'s are four digits of a counter making the batch file unique - the
  14. program assures this. If you check the appropriate box, Compress-It! will append
  15. the command EXIT to the batch file, so that if you choose to execute the file in a
  16. DOS shell, it will terminate promptly upon completion.
  17.  
  18. Step 1:
  19. Using the File menu, define the paths for your Compress.exe and expand.exe
  20. files.
  21.  
  22. Step 2:
  23. Beneath the Directory menu identify the default path for your completed
  24. batch files.
  25.  
  26. Step 3:
  27. On the right hand side of the main screen, choose the first file's destination
  28. directory.
  29.  
  30. Step 4:
  31. Select/deselect the  /r  rename option as desired.
  32.  
  33. Step 5:
  34. On the left side of the screen, pick the source directory of the original file and
  35. double-click it. Compress-It! builds the equivalent DOS command line required
  36. to compress(expand) and rename(not rename) your selected file. The program
  37. will prevent duplicate selections.
  38.  
  39. Step6:
  40. Repeat steps 3 through 5 as needed. Each file picked may have its own settings,
  41. with the exception of the check box selections.
  42.  
  43. NOTE:
  44. Files selected accidentally may be removed from the list by selecting it  in the
  45. center list box and then double clicking on it.
  46.  
  47. When you have completed your selections and confirmed your options, press
  48. the button labeled Go. When the batch file is built, its file name will be presented
  49. in a message box. If you selected the option to run the file upon completion, it
  50. will be executed after you check the OK button. Remember to place a disk in a
  51. removeable drive if one was specified as a destination. Compress-It! does not
  52. check for adequate drive space before running the bat file.
  53.  
  54.  
  55. August 17,1995
  56. Version 2.0
  57. Now allows you to run compression/expansion in a window or iconized!
  58. Minor control improvements.
  59.  
  60. August 12, 1995
  61. Added suport for File Manager drag-n-drop of files via WIN API and also
  62. provided option to delete a batch file after it is built and executed.
  63.  
  64.