Why must every second program have his own eMail function and FTP client ?
I mean a generally function that open
any extern program (if they support command line options)
and give them the path and / or the file name (and maybe other infos) as parameter
would be a better solution <?>
i.e. CALL PATH\APP.exe %1 %2 %3 %4 ...
What is %1 and %2 and so on should be configurable somehow.
----
e.g.
Blat myfile.txt -subject "A file for pedro" -to
[email protected]// Sends a file with subject line "A file for pedro"
If i use BLAT i want to set
%1 = [ %CaptorFunctionCurrentShot% _]
%2 = [-subject _______]
%3 = ["some standard text here" ]
%4 = [ -to ___________]
%5 = [ %CaptorFunctionPopUpWindow for input something e.g. eMail address% ]
%6 =
%7 =
I hope i will be understood