home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / cnp090.zip / UPDATE.TXT < prev   
Text File  |  1995-07-16  |  2KB  |  57 lines

  1. NEW:
  2.  
  3. CUT can now be easily run from a batch file (very handy for SysOps wanting
  4. to run CUT during nightly maintenance).
  5. Just add /f or /F as the first argument after the CUT command to force
  6. CUT to run without asking you to verify the parameters!
  7.  
  8. Example:
  9. CUT /F PROGRAM.EXE 200
  10.  
  11. This will cause CUT to run without asking if PROGRAM.EXE is the file you want
  12. to CUT, or if 200Kb is the size you intended.
  13.  
  14. Also, I have cut the Nag time down to 5 seconds.  This is really the only
  15. thing wrong with the Unregistered version, besides the program saying that it
  16. is Unregistered, of course!  This program is free to use as often and as long
  17. as you like.  But I ask that you think about the work that went into writing 
  18. this program and consider registering.  After all, it is only $5.00.
  19.  
  20.  
  21.  
  22. The following info also applies through version 0.90.  Please read 
  23. this info so you will be prepared in case you get a file CUT with
  24. version 0.01.
  25.  
  26. IMPORTANT!!!!
  27.  
  28. CUT&PASTE version 0.50 made a major change in the naming conventions
  29. of CUT files.  The following example will allow you to determine if
  30. the CUT files are from version 0.01.
  31.  
  32. Original file : PROGRAM.EXE
  33.  
  34. Cut into 5 chunks:
  35. PROG1.CUT
  36. PROG2.CUT
  37. PROG3.CUT
  38. PROG4.CUT
  39. PROG5.CUT
  40. PROG.CTL  > PASTE control file.
  41.  
  42. The above example is from version 0.01.  CUTCONV.EXE will do the following:
  43.  
  44. PROG1.CUT >> PROG-0.CUT
  45. PROG2.CUT >> PROG-1.CUT
  46. PROG3.CUT >> PROG-2.CUT
  47. PROG4.CUT >> PROG-3.CUT
  48. PROG5.CUT >> PROG-4.CUT
  49. PROG.CTL remains the same.
  50.  
  51. The format for CUTCONV.EXE in the above example is:
  52. CUTCONV.EXE PROG
  53.  
  54. This is basically the same format for PASTE.EXE.
  55.  
  56. End of file UPDATE.TXT.
  57.