ttechnik:
Perhaps you are asking on the wrong forum . . .
the code is not runing.
help:
http://www.blat.net/syntax/syntax.html
http://cybergav.in/2010/10/28/how-to-send-emails-using-blat/
please write, how to use it?
ttechnik:
realy, i want ask to use for the #import function in mql4
realy, i want ask to use for the #import function in mql4
Really ? what does this mean then ?
help:
http://www.blat.net/syntax/syntax.html
http://cybergav.in/2010/10/28/how-to-send-emails-using-blat/
please write, how to use it?
ttechnik:
the code is not runing.
res=ShellExecuteA(NULL, NULL, "c:\Windows\System32\blat.exe",
"-installPOP3 mail.gmx.com myemail 5 587 + myemail Psw"
- https://www.mql5.com/en/forum/134613 The comment says the second argument must be "open" or "print" don't know about null
- There is NO program on your machine at c:<defaultDirectory>\WindowsSystem32blat.exe Quote your special characters
- As for passing multiple arguments in one string, I don't think so. Create a batch file with your command and shell to that.
WHRoeder:
- https://www.mql5.com/en/forum/134613 The comment says the second argument must be "open" or "print" don't know about null
- There is NO program on your machine at c:<defaultDirectory>\WindowsSystem32blat.exe Quote your special characters
- As for passing multiple arguments in one string, I don't think so. Create a batch file with your command and shell to that.
Thanks,
How to create a batch file with my multiple command?
notepad
ttechnik: Thanks, How to create a batch file with my multiple command?
A search_engine can help you with that one more then someone here can explain.
ubzen:
A search_engine can help you with that one more then someone here can explain.
Where can I find a search engine ? A search_engine can help you with that one more then someone here can explain.
angevoyageur:
Where can I find a search engine ?
Find a search car, open the bonnet and look in there . . .
Where can I find a search engine ?
angevoyageur: Where can I find a search engine ?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
#import "shell32.dll" //int ShellExecuteA(int hwnd,int lpVerb,string File,string Parameters,string Directory,int ShowCmd); int ShellExecuteA(int hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd); #import start() { .... // init: res=ShellExecuteA(NULL, NULL, "c:\Windows\System32\blat.exe", "-installPOP3 mail.gmx.com myemail 5 587 + myemail Psw", "", 1); Alert(res); //send mail: ShellExecuteA(NULL, NULL, "c:\Windows\System32\blat.exe", "-s Test mail -i Cybergavin Tester -to myemail -body something", "", 1);the code is not runing.
help:
http://www.blat.net/syntax/syntax.html
http://cybergav.in/2010/10/28/how-to-send-emails-using-blat/
please write, how to use it?