home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / disk / dcopy / dcopy.doc < prev    next >
Text File  |  1993-10-14  |  6KB  |  151 lines

  1. Overview DCopy V0.8
  2.  
  3. Author: Axel Peters
  4.         Hof 20
  5.         D-52062 Aachen
  6.         Germany
  7.         +49 241 28526
  8.  
  9. You can reach me:
  10.        eickler@rama.informatik.RWTH-Aachen.DE
  11.  
  12.  
  13. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14. The author makes no warranty for any functions of DCOPY.
  15. Be carefull deleting Directories, because DCOPY deletes whole directory-trees,
  16. with all subdirectories.
  17. DCOPY V0.9 is Shareware. If you find this software usefull, please send
  18. 25.- DM (or $25 US) to the author ( so you will get a next version ).
  19. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  20.  
  21. Sorry, there is just a small english Dokumentation, a bigger own will follow.
  22. So here are just a few hints for using DCOPY.
  23.  
  24. Install DCOPY on your Desktop with the program-template. All Files
  25. must be in the same Directory. ( DCOPY.EXE DCOPY.TIC DCOPY.CNF DCOPY.DOC )
  26. If there are Problems with the dialogboxes, try using parameter "D".
  27. So they will be aligned to the desktop, not to the program-window.
  28.  
  29. The file-box on the left side of the window shows the Source-Directory,
  30. the right box shows the Destination-Directory.
  31. Buttons on the left side only affect Files selected in the left file-box.
  32. Buttons in the middle of the window need a source-file and a destination Directory
  33. to be selected.
  34. Buttons on the right side only affect Files selected in the right file-box.
  35.  
  36. First you must specify a Drive, so klick on the drive you want to use as the
  37. Source and Destination-Drive.
  38.  
  39. After this the File-box will show the root-directory of the specified drive.
  40. Directories will be bounded by "[]". You can change a directory with a double-
  41. click on the Directory-name.
  42.  
  43. If you select a File or Directory the actual selected size of all files will be shown.
  44.  
  45. You can use a filemask, in order to choose interesting files for your operation.
  46. The filemask can be entered by pressing the MASK-Button.
  47.  
  48. To use more than on filemask seperate them with a colomn (";")
  49. e.g. "*.c;*.h;*.mak;*.dep" to use four filemasks.
  50.  
  51. If you are using a filemask, only matching files will be copied, deleted
  52. or shown in the specified directory.
  53.  
  54. e.g. enter filemask "*.doc".  Then select a directory (or a tree) and press
  55. the delete button. In the following Dialog "Confirm with selection" you should
  56. see your mask "*.doc". So if you press the DELETE-button only files matching
  57. your filemask will be deleted.
  58. This selection also affects the TREE-, COPY-, DELETE-, AIO-, MOVE-buttons.
  59.  
  60. The Aio-Button means: Copy Files "All in one" Directory. So all matching files
  61. in the specified directory-tree will be copied to one destination-directory.
  62.  
  63. If you have selected a file, you can use the right mouse button to open an
  64. PopUp menu. This menu will be configured with the DCOPY.CNF-File. You can
  65. start external tools, while using the selected files as parameters.
  66. There is a sample configuration included in the "ZIP-file".
  67.  
  68.    ⌡Popup-Menu
  69.    Edit...        , EPM.EXE, %a
  70.    Run...         , %p
  71.    PKUnzip...     , PKUNZIP2.EXE, %f, %w, %r
  72.    PKZip...       , PKZIP2.EXE, %q, %a, %w, %r
  73.    PKValidate...  , PKUNZIP2.EXE, -t, %-, %f
  74.    GNUnzip..      , UNZIP.EXE, %f, %w, %r
  75.    Touch...       , TOUCH.EXE, %a
  76.    Icon-Edit...   , ICONEDIT.EXE, %f
  77.    Dialog-Edit... , DLGEDIT.EXE, %f
  78.    View...        , VIEW.EXE, %f
  79.    #
  80.    (example popup-menu-configuration)
  81.  
  82. "⌡Popup-Menu":   here starts the menu chapter ( other chapters will follow )
  83. "Edit...":       Text of menuitem.
  84. "EPM.EXE":       Tool to start.
  85. "%a":            All selected files will be parameters for tool.
  86. "%p":            Selected File will be executed
  87. "%f":            Only first file will be parameter for tool.
  88. "%w":            Wait until tool has finished.
  89. "%r":            Refresh file-box selected ( only usefull if wait (%w) is used ).
  90. "%o":            Refresh file-box not selected ( only usefull if wait (%w) is used ).
  91. "%q":            Query paramameter with dialog-box.
  92. "%s":            Source-Directory
  93. "%d":            Destination-Directory
  94. "%n":            Do not termiante tool automatic.
  95. "-t", "%-":      All tokens without "%" are directly passed to the command line.
  96.                  Because some options are used without a space, this is
  97.                  the default usage.
  98.                  e.g. PKUNZIP2.EXE, -t, %f will be interpreted as
  99.                  "PKUNZIP2 -t<filename>".
  100.                  So you must use the "%-" token to insert a space in the
  101.                  commandline
  102.                  e.g. PKUNZIP2.EXE, -t, %-, %f will be interpreted as
  103.                  "PKUNZIP2 -t <filename>".
  104.  
  105. If you do not specify the directoy in the name of a tool, be shure to use it
  106. in the path enviroment variable. You must use a comma to separate the options !
  107.  
  108. You can specify predefined filemasks in the "File-Mask" chapter of the cnf-file.
  109.  
  110.    ⌡File-Mask
  111.    *.bak
  112.    *.c;*.h;*.mak;*.dep;*.rc;*.res;*.dlg;
  113.    *.exe;*.com;*.cmd
  114.    #
  115.    (example of dcopy.cnf)
  116.  
  117. New filemasks will not be saved into your cnf-file. They are only valid for your
  118. current session.
  119.  
  120. With the "S"-buttons you can "snapshot" your current directory path. So you can
  121. select your directory later once again with the list dialog box.
  122. In order to use predefined directories there are two chapters added to the cnf-file
  123. "Source-Dir" and "Dest-Dir".
  124.  
  125.    ⌡Source-Dir
  126.    C:\TMP
  127.    D:\OS2\SYSTEM
  128.    #
  129.    ⌡Dest-Dir
  130.    A:\TEST
  131.    D:\OS2\SYSTEM
  132.    #
  133.    (example of dcopy.cnf)
  134.  
  135. New directories will not be saved into your cnf-file. They are only validfor your
  136. current session.
  137.  
  138. If you kill an action with the "STOP"-button the second thread is killed.
  139. So there might be in incorrect display of your current directory. In order to get
  140. the actual contents use the "Refresh"-buttons.
  141.  
  142. I hope you will be able to use DCOPY with this few explanations. This is a very
  143. fast and I think usefull tool for OS/2 2.x.
  144.  
  145. With the sample configuration you can use DCOPY to "unzip" your downloads and read
  146. documentation, or execute the new programm without leaving DCOPY.
  147.  
  148. If you have problems with DCOPY try to contact me. Because I don't have a EMail-
  149. address you can use the address of a friend, ( see top of doc ) or write a letter.
  150.  
  151.