spiderkayak Posted February 24, 2005 Posted February 24, 2005 I have problems to be able to make following sriptEjm:EnvSet("PATH", "C:\correo\")$PATH = EnvGet("PATH")RunWait($PATH & "sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl")somebody can help me!
Developers Jos Posted February 24, 2005 Developers Posted February 24, 2005 I have problems to be able to make following sriptEjm:EnvSet("PATH", "C:\correo\")$PATH = EnvGet("PATH")RunWait($PATH & "sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl")somebody can help me! <{POST_SNAPBACK}>what is the error/problem you are having ?Maybe this way works?:FileChangeDir("C:\correo\") RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl") FileChangeDir(@scriptDir) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Helge Posted February 24, 2005 Posted February 24, 2005 -(Psst, JdeB ! Didn't you forget something ? Hint hint ! """")
spiderkayak Posted February 24, 2005 Author Posted February 24, 2005 what is the error/problem you are having ?Maybe this way works?:FileChangeDir("C:\correo\") RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl") FileChangeDir(@scriptDir)<{POST_SNAPBACK}>As you indicate you work, but it appears a window of DOSas I eliminate that window?excuse my ingles
spiderkayak Posted February 24, 2005 Author Posted February 24, 2005 Try using Run with the @SW_HIDE-flag.<{POST_SNAPBACK}>in which it leaves from script I use @SW_HIDE?
Developers Jos Posted February 24, 2005 Developers Posted February 24, 2005 in which it leaves from script I use @SW_HIDE? <{POST_SNAPBACK}>something like:RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl","",@SW_HIDE) SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
zeroZshadow Posted February 24, 2005 Posted February 24, 2005 RunWait("sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl","",@SW_HIDE)uhmm JdeB are you sure??placing a ".." within a " "??? try thisRunWait('sendEmail.exe -t test-correos@lanchile.cl -f administrator@lanchile.cl -u test -m "test" -s mailservice.lanchile.cl',"",@SW_HIDE) *If u thought life couldn't get worse, u meet me *<guy> What would you give my little sister to unzip ?<friend> 10 bucks<guy> No, i mean like Winzip...
Developers Jos Posted February 24, 2005 Developers Posted February 24, 2005 uhmm JdeB are you sure??<{POST_SNAPBACK}>didn't check the validity of the first param because it was stated "that it worked" ... but you are right ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now