The above problem only occurs when I do debug/trace.
But when I compile into exe and run the script using exe,
the program input correct TMMASTER\s10780 into the text box
Search found 87 matches
- Wed Mar 03, 2010 8:36 am
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
- Wed Mar 03, 2010 5:34 am
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
- Tue Mar 02, 2010 3:57 pm
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
How to upload png file
Sorry I cannot find how to upload image to the forum. Appreciate if you can guide.
- Tue Mar 02, 2010 12:55 pm
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
If cut and paste it works
if I used manual copy and paste. it correctly paste into the outlook login as below.
TMMASTER\s10780
TMMASTER\s10780
- Tue Mar 02, 2010 12:45 pm
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
I am trying to login into ms outlook below is the new code Let>VAREXPLICIT=1 Let>LoginId=TMMASTER\s10780 //SetFocus>Notepad* SetFocus>Connect to SMSGVS32.tm.my //let>backslash=\ //Let>LoginId=TMMASTER%backslash%s10780 Press alt Send Character/Text>u Release alt wait>1 Send>%LoginId% wait>5 The outpu...
- Tue Mar 02, 2010 12:45 pm
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
Still Error
I am trying to login into ms outlook below is the new code Let>VAREXPLICIT=1 Let>LoginId=TMMASTER\s10780 //SetFocus>Notepad* SetFocus>Connect to SMSGVS32.tm.my //let>backslash=\ //Let>LoginId=TMMASTER%backslash%s10780 Press alt Send Character/Text>u Release alt wait>1 Send>%LoginId% wait>5 The outpu...
- Tue Mar 02, 2010 10:18 am
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
Still Error
I have changed to script as below: let>backslash=\ Let>LoginId=TMMASTER%backslash%s10780 Press alt Send Character/Text>u Release alt wait>1 send>LoginId when view in watchlist, login show it has been assign TMMASTER\s10780 which is correct. But when send>LoginId, when is send to the text box is only...
- Tue Mar 02, 2010 10:02 am
- Forum: Technical / Scripting
- Topic: how to capture backslash for a variable
- Replies: 10
- Views: 8718
how to capture backslash for a variable
I have a code as below
Let>VAREXPLICIT=1
Let>LoginId=TMMASTER\s10780
Press alt
Send Character/Text>u
Release alt
send>%LoginId%
when execute loginId=TMMASTER\s10780, ms assign loginId with only TMMASTER. How can I make sure ms assign TMMASTER\s10780 to loginID
Thank in advance
Let>VAREXPLICIT=1
Let>LoginId=TMMASTER\s10780
Press alt
Send Character/Text>u
Release alt
send>%LoginId%
when execute loginId=TMMASTER\s10780, ms assign loginId with only TMMASTER. How can I make sure ms assign TMMASTER\s10780 to loginID
Thank in advance
- Thu Nov 29, 2007 4:29 am
- Forum: Technical / Scripting
- Topic: How to click Image button with Jscript
- Replies: 1
- Views: 3470
- Tue Nov 27, 2007 10:19 am
- Forum: Technical / Scripting
- Topic: Error String inject 0
- Replies: 0
- Views: 3158
Error String inject 0
My output file as below: "121304145377"/"Testing Message" "03524561776710"/"Testing Message" "05954228743090"/"Testing Message" "01562477890430"/"Testing Message" "06821107338350"/"Testing Message" The issue is that when running my script on second or greater loop, script introduce 0 before and afte...
- Tue Aug 07, 2007 8:12 am
- Forum: Technical / Scripting
- Topic: IEAuto.dll does not work/hang
- Replies: 2
- Views: 4498
It Works after PC Restart
Marcus, I tried by reboot the PC and it works. Script able to open the browser it works for as designed.
Thanks for the support
Thanks for the support
- Tue Aug 07, 2007 7:15 am
- Forum: Technical / Scripting
- Topic: IEAuto.dll does not work/hang
- Replies: 2
- Views: 4498
IEAuto.dll does not work/hang
I created a web robot script as belwo using webrecorder. But when I run it under MS it just hang at the specified line ( using the denug mode) IEAuto.dll installed correctly at windows and prog dir. // Generated by MacroScript WebRecorder 1.72 // Recorded on Tuesday, August 7, 2007, at 11:35 AM LibL...
- Tue Aug 07, 2007 7:11 am
- Forum: General Discussion
- Topic: IEAuto.dll does not work
- Replies: 1
- Views: 4055
IEAuto.dll does not work
I created a web automation script using the web recorder and saved it as below. But when I run it using MS it just hang at indicated li // Generated by MacroScript WebRecorder 1.72 // Recorded on Tuesday, August 7, 2007, at 11:35 AM LibLoad>IEAuto.dll,hIE If>hIE=0 MessageModal>Could not load IEAuto....
- Thu Jan 11, 2007 11:54 pm
- Forum: Technical / Scripting
- Topic: V9 Telnet
- Replies: 19
- Views: 25112
Can Telnet waitfor recognize hidden/hex character
Marcus,
Since your suggestion to use space for the response, How about using hidden/hex character such as carriagereturn (CR). Can the telnet command recognize hidden/hex character for the response. Appreciate if you can give example.
Since your suggestion to use space for the response, How about using hidden/hex character such as carriagereturn (CR). Can the telnet command recognize hidden/hex character for the response. Appreciate if you can give example.
- Thu Jan 11, 2007 11:06 am
- Forum: Technical / Scripting
- Topic: V9 Telnet
- Replies: 19
- Views: 25112
More detail Question
Code: Select all
Label>KeepWaiting
TelnetWaitFor>hTN, ,5,r
--- ?when script goto next line, will ms still updating r with respond while executing rest of the script until goto>keepwaiting
Pos>command executed,r,1,p1
Pos>telno not exist,r,1,p2
If>{(%p1% = 0) AND (%p2% = 0)}
Goto>KeepWaiting