home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / dropnact-1.0.lha / DropnAct / English < prev    next >
Text File  |  1994-08-15  |  3KB  |  84 lines

  1.  
  2.                          D
  3.                            r
  4.                              o
  5.                                p
  6.  
  7.                                   'n Act
  8.  
  9.                 A Freeware utility by Rüdiger Hanke
  10.  
  11. I. What is Drop'n Act?
  12. ----------------------
  13.   Drop'n Act will install an AppIcon on your Workbench. Whenever you drop
  14. a file on the icon, it will analyse the file - if it's a picture, it will
  15. show it, if it's a module, it will play the music etc.
  16.  
  17. II. Installing Drop'n Act
  18. -------------------------
  19.   Installation is fairly easy. Just copy the Drop'n Act program file to
  20. your harddisk. If you want Drop'n Act to be active immediately after
  21. booting, you should copy it to your WBStartUp-drawer.
  22.  
  23. III. Configuring Drop'n Act
  24. ---------------------------
  25.   After double-clicking the Drop'n Act icon, an AppIcon will appear on your
  26. Workbench screen. If you do not like the icon's position on the screen, you
  27. can set its position using the XPOS and YPOS tooltypes.
  28.   Drop'n Act uses external programs for viewing pictures, playing music,
  29. etc., so you'll have to tell Drop'n Act where these programs are.
  30.   Double-click the AppIcon on your screen, and you'll see the preferences
  31. window. The left half of the window is occupied by a list of the filetypes
  32. recognized by Drop'n Act. Choose one type and enter in the Command-gadget
  33. on the left a string Drop'n Act will execute when a file of this type is
  34. dropped upon the Drop'n Act icon.
  35.   There are four special format codes you can use:
  36.     %s      : %s will be replaced by the name of the file that was dropped
  37.               on the AppIcon.
  38.     \n      : Drop'n Act will create and execute a batch-file in your T:
  39.               directory. This batch-file may have multiple lines. Use \n
  40.               to seperate the lines.
  41.     {f$...} : Whenever this is encountered in the command string, a file
  42.               requester will pop up and allow the user to choose a file.
  43.               The three dots (...) stand for the title of the requester.
  44.               After that, the sequence will be replaced by the filename
  45.               (plus path).
  46.     {d$...} : Just as {f$...}, but it cuts off the filename (path only).
  47.  
  48.   An example:
  49.     C:LhA x %s {d$Choose a drawer to unpack to:}\nWait 2\nEndShell
  50.  
  51.     After dropping an LhA-archive on the AppIcon (e.g. "Archives/Test.lha")
  52.     a file requester entitled "Choose a drawer to unpack to:" will pop up.
  53.     After choosing a drawer (e.g. "Work:UnArced/"), Drop'n Act will execute
  54.     the following lines:
  55.  
  56.     C:LhA x "Archives/Test.lha" "Work:UnArced/"
  57.     Wait 2
  58.     EndShell
  59.  
  60.   I suggest you copy the Drop'n Act.Types file from the s-directory to your
  61.   S: directory. This file contains my configuration, but I think with
  62.   slight modifications, you can use it on your system, too.
  63.  
  64.   Normally, no Shell window will be opened. If you want Drop'n Act to open
  65.   one for you, enable the NewCLI switch.
  66.  
  67.   SavePrefs will save the current configuration, LoadPrefs will load the
  68.   last-saved one.
  69.  
  70.   When done, click OK to continue, or click Quit if you want to exit
  71.   Drop'n Act.
  72.  
  73. IV. To Do
  74. ---------
  75.   For the next version, I've only planned user-defined file types, but feel
  76. free to send ideas how to improve the program, bug reports or just letters
  77. stating that you like my program to:
  78.  
  79.   Rüdiger Hanke
  80.   An der Marienlinde 10
  81.   D-48291 Telgte
  82.   GERMANY
  83.  
  84.