home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / TO_DWC12.ZIP / TO-DWC12.DOC < prev    next >
Encoding:
Text File  |  1988-09-02  |  3.4 KB  |  80 lines

  1. TO-DWC is a simple program to convert all ARC files to DWC format.
  2.  
  3. Needed items:
  4.  
  5. To run this program you will need the following setup:
  6.  
  7.     1. The program PKUNPAK.EXE available through your
  8.     PATH command. Check your DOS manual to set PATH.
  9.  
  10.     2. The program DWC.EXE available through your
  11.     PATH command. Check your DOS manual to set PATH.
  12.  
  13.     3. The TO-DWC.EXE in your current subdirectory.
  14.  
  15.     4. You MUST know the correct name of the subdirectory
  16.     where your `ARC' files are located, ie, C:\arc.
  17.  
  18.         5. There MUST be about 350k RAM to run the program
  19.     since it shells using DWC.
  20.  
  21.     6. You should check file integrity of all ARC files
  22.     to be converted FIRST.
  23.  
  24.     7. You MUST be running with a hard disk system.
  25.     One drive MUST be designated "C:"
  26.  
  27. WARNING: You MUST have enough disk space available to have
  28.     a second copy of the files you are converting PLUS
  29.     enough space to unarc the largest file you have in
  30.     the working subdirectory for TO-DWC to work.
  31.  
  32. TO-DWC will convert ONLY `ARC' files in the specified subdirectory
  33. to the `DWC' format.  Other files will not be touched.  After TO-DWC
  34. runs, you have the new `DWC' file PLUS the `ARC' file.  It is up to
  35. you to delete the `ARC' files or remove them from your system.
  36.  
  37. TO-DWC is a `batch' type program in that it will convert all `ARC'
  38. files in the specified subdirectory to the `DWC' format.  Some
  39. files will be larger than the previous `ARC' files and some smaller.
  40. That is the result of the different programs.  The file dates created
  41. through TO-DWC will be based on the newest file in the compressed
  42. `DWC' file.  This was done so you will know that date for future
  43. reference.
  44.  
  45. If you abort the program for any reason during the processing, you
  46. may end up with a new subdirectory on you system called `\abcd1234'.
  47. This is a temporary subdirectory created by TO-DWC for a work area.
  48. Be sure and clear this subdirectory as well as remove it, if you abort
  49. the program.
  50.  
  51. TO-DWC reports to the screen all actions it is taking.  You may
  52. redirect this output to a file for a report, ie when invoking
  53. TO-DWC type TO-DWC > <filename> where <filename> is any legal
  54. filename as REPORT.OUT.  Some TO-DWC program results will still
  55. report to the screen but ALL actions will be reported to <filename>.
  56. This can get to be a big file if you are doing many `ARC' files at
  57. one time but it is sometimes nice to have a report, so it is up to
  58. you if you want to use this process.
  59.  
  60. To start the program just type `TO-DWC' (no quotes) at a DOS prompt
  61. with the program in the current subdirectory.  The program will ask for
  62. a subdirectory name where the `ARC' files are located for processing.
  63. Enter any valid DOS subdirectory name starting with a Drive designator
  64. like "c:\".  The correct form is `c:\xxxx\xxx'  like `a:\arc'.  You 
  65. may use `A:' using a floppy disk but it is not recommended because of
  66. the file size limits.  Remember the `WARNING' above about the program.
  67.  
  68. TO-DWC was compiled using Quick Basic and is not copyrighted.  It is
  69. placed in the public domain for better programs to get started on
  70. this process of conversion to the DWC format.
  71.  
  72. The author takes no resonsibility for improper use of the program.
  73. YOU the user are responsible for the proper execution of the program
  74. as is.  No warranties or liabilities are implied by placing this
  75. program in the public domain.
  76.  
  77. Allen Mitchell
  78. SEMPER BBS 919-867-7493
  79. Fayetteville, NC
  80.