home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 132 / af132a.adf / EcoDisk.lzx / EcoDisk205 / Ecodisk.doc next >
Text File  |  2002-08-18  |  3KB  |  98 lines

  1. ECODISK File Manager v2.05
  2. (c) T. Pimmel 1991/2023
  3.  
  4.  
  5. INTRODUCTION
  6.  
  7. A very small doc, sorry. I'm working on code and have no time to write doc
  8. and translate it in english.
  9.  
  10. Ecodisk is a file manager, like the old diskmaster.
  11.  
  12. Window has too parts : source and destination.
  13.  
  14. You have have up to 10 groups, that means 10 sources and 10 destination. When Ecodisk
  15. uses a group, a small red point is set.
  16.  
  17. You can select files and drawers, and execute commands, like Copy, Move etc...
  18.  
  19. Every buttons or gadgets can be clicked by left, middle or right mouse.
  20.  
  21.  
  22. CONTACT ME
  23.  
  24. EMail : ringardprod@multimania.com
  25.  
  26. MAIL:    Thomas PIMMEL
  27.     Rue de Rolleghem 189
  28.     7700 MOUSCRON
  29.     BELGIUM
  30.  
  31. MENU
  32.  
  33. By the menu, access to preferences :
  34.  
  35. Colors        : define a set of colors
  36. Display        : change size of buttons, gadgets... Set Ecodisk screen, font, pattern...
  37. Commands    : change vertical and horiz. buttons, gadget fonctions and user menu
  38. Autocommands    : define types of files, commands to execute
  39. Int. commands    : change copy flags, size of buffers
  40. Players        : add and remove module players.
  41.  
  42.     MED4        : player for 4 channels med modules
  43.     MED8        : player for 8 channels med modules
  44.     EMSRaw        : player for EMS modules
  45.     PROTracker    : player for protracker modules
  46.     SoundMon    : player for Sound monitor modules
  47.  
  48. Misc.        : set a userlist of drawers, date format etc...
  49.  
  50.  
  51. ARGUMENT KEYWORD
  52.  
  53. In autocommands and commands menus, you can insert some keywords in :
  54.  
  55. Command Line, Default Drawer and Output
  56.  
  57.  
  58. Commands :
  59.  
  60. %S insert the name of the selected files. Depends of entry type :
  61.  
  62. No entries        : no entries, just call the command (multitask)
  63. drw/name        : drawer and name of files (lock group)
  64. name            : name only (lock group)
  65. scan            : scan drawers recursively (lock group)
  66. drw/name drw/name... or name name...
  67.     : send all the names or drawers/names separated by space (multitask)
  68.  
  69. %SRC["default"["User Information"]] insert the name of source drawer. If there is no sources,
  70. %SRC open a filerequester with "default" directory.
  71.  
  72. Exemples :    %src"ram:""Select Source Drawer"
  73.  
  74.         %src"dh0:"
  75.  
  76.         %src"""Select drawer"
  77.  
  78. %DST["default"["User choice"]] works like %SRC, but insert the name of destination.
  79.  
  80. %ASK["Request"] insert a string enter by user.
  81.  
  82. %REQD["default"["User choice"]] insert a drawer selected by user
  83.  
  84. %REQF["default"["User choice"]] insert a file selected by user
  85.  
  86. %PUB insert Ecodisk pubscreen name
  87.  
  88.  
  89. SNAPSHOT
  90.  
  91. Snapshot command save all window sizes / positions
  92.  
  93. ECO.LIBRARY
  94.  
  95. eco.library executes all external commands, and free all buffers.
  96.  
  97.  
  98. Tom.