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