I'm trying to make several SHORTCUTs (desktop) to cause one .EXE file to perform differently as per each situation:
(Currently I replicate My.Exe with My2nd.Exe (My3rd.Exe ...etc.) and use the SYS(16,1) calling program function to differentiate. This is too much memory)
I've thought about:
1) running dos command shortcuts to somehow pass a parameter or something
2) create specific temp file(s) or something via a dos command (.bat file) that then launches My.exe that searches for this temp file (and then erases)
Any ideas would be appreciated
Philip M. Traynor, DPM
(Currently I replicate My.Exe with My2nd.Exe (My3rd.Exe ...etc.) and use the SYS(16,1) calling program function to differentiate. This is too much memory)
I've thought about:
1) running dos command shortcuts to somehow pass a parameter or something
2) create specific temp file(s) or something via a dos command (.bat file) that then launches My.exe that searches for this temp file (and then erases)
Any ideas would be appreciated
Philip M. Traynor, DPM