home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1425 / ddlaunch.txt < prev    next >
Encoding:
Text File  |  1993-02-10  |  2.1 KB  |  52 lines

  1. DDLaunch - Drag 'n' Drop Launch Utility
  2. Version 1.1
  3. Copyright 1993 David A. Hall
  4.  
  5. Compuserve - 70004,1535
  6. Internet   - DHall@CSI.compuserve.com
  7.  
  8. This program allows you to take advantage of the Drag & Drop capabilities of the
  9. Windows File Manager and other program shells.  To configure DDLaunch, click _ONCE_ 
  10. on the Target Icon that appears when you run DDLaunch, and select "Configure".  
  11. Then, type in a title and template.  The title will appear under the target icon, 
  12. and the template is the command that will be executed when you drop one or more 
  13. files on the target icon.
  14.  
  15. Some examples of why you might want to do this are in order.
  16.  
  17. 1) Most people leave 'BAT' set up as a program from within Windows.  If DDLaunnch
  18.    is configured to run the Windows Notepad, then you can drag a .BAT file from 
  19.    File Manager to the Target, and it will run Notepad with your batch file loaded.
  20.   The title would be "Notepad" and the template would be "notepad.exe"
  21.  
  22. 2) To view .ZIP files, configure DDLaunch with a title "View Zips" and a 
  23.    template "pkzip -v"
  24.  
  25. 3) To compress files into a zip, configure DDLaunch with a title "Zip" and a 
  26.    template "pkzip -m rename.me"
  27.  
  28. You can save templates, and DDLaunch can be started with any saved template by 
  29. placing its title on the command line.  For example, to run DDLaunch using the
  30. "ZIP" template given above (assuming that it had been saved), start DDLaunch with
  31. this command:
  32.  
  33.     DDLAUNCH ZIP
  34.  
  35. ***********************************************************************************
  36. Legalities:
  37.  
  38. This program is distributed as freeware.  You may use and distribute this software 
  39. freely, so long as all files listed below are included with the distribution.
  40.  
  41. This program is distributed in the hope that it will be useful, but WITHOUT ANY 
  42. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
  43. PARTICULAR PURPOSE.
  44.  
  45. Files included in distribution:
  46.  
  47. DDLAUNCH.EXE  25951  2/10/93
  48. DDLAUNCH.HLP  12015  2/06/93
  49. DDLAUNCH.TXT   2150  2/10/93
  50.  
  51. Note: Windows is a trademark of Microsoft Corp. (Duh)
  52.       PKZip is a trademark of PKWare