home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / ddlnch10.zip / README.DOC < prev   
Text File  |  1993-01-02  |  1KB  |  28 lines

  1. DDLNCH is an drap and drop app launcher.  When run, it reads its INI file
  2. and determines what file it should launch when you drop a file(s) on it. 
  3. Multiple instances can be run for multiple apps.  Each one will be titled 
  4. DD-application where application is the name you assigned in the ini file.
  5.  
  6. I've put several apps in the ini file already for examples.  
  7.  
  8. When launched, if an app name is on the command line (easiest to assign under
  9. the properties items) DDLNCH will read that section from the ini file and go
  10. from there.  If nothing is on the command line (or it is not recognized) you
  11. will be promted for the section to use.  If there is no regocnizable data in 
  12. the ini file, then the program will not run.  
  13.  
  14. The DDLNCH.INI file should be where the app can find it.  
  15. Either the current directory or the Windows directory seems to work fine.
  16.  
  17. The CMDIALOG.VBX file should be in the Windows\System directory.  You will
  18. also need the COMMDLG.DLL and VBRUN200.DLL files in the Windows\System directory.
  19. These files are not included in the ZIP file, but are avaiable else where on 
  20. CIS (COMMDLG.DLL you probably already have if you are running Win 3.1).
  21.  
  22. I wrote this for my own use, and thought other might want to use it.
  23.  
  24. To add or modify the functions called, you must edit the INI file.
  25.  
  26. There are improvements possible to this, but for now, it serves my purposes
  27. nicely.  Send me comments or constructive criticism.  Enjoy.
  28.