Search found 87 matches

by mfauzim
Wed Mar 03, 2010 8:36 am
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

I found to solution

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
by mfauzim
Wed Mar 03, 2010 5:34 am
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

Uploaded Dialog Box Picture

I uploaded the picture at the following url

http://www.flickr.com/photos/48046529@N03/4403386176/
by mfauzim
Tue Mar 02, 2010 3:57 pm
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

How to upload png file

Sorry I cannot find how to upload image to the forum. Appreciate if you can guide.
by mfauzim
Tue Mar 02, 2010 12:55 pm
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

If cut and paste it works

if I used manual copy and paste. it correctly paste into the outlook login as below.

TMMASTER\s10780
by mfauzim
Tue Mar 02, 2010 12:45 pm
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

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...
by mfauzim
Tue Mar 02, 2010 12:45 pm
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

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...
by mfauzim
Tue Mar 02, 2010 10:18 am
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

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...
by mfauzim
Tue Mar 02, 2010 10:02 am
Forum: Technical / Scripting
Topic: how to capture backslash for a variable
Replies: 10
Views: 8180

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
by mfauzim
Tue Nov 27, 2007 10:19 am
Forum: Technical / Scripting
Topic: Error String inject 0
Replies: 0
Views: 3075

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...
by mfauzim
Tue Aug 07, 2007 8:12 am
Forum: Technical / Scripting
Topic: IEAuto.dll does not work/hang
Replies: 2
Views: 4339

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
by mfauzim
Tue Aug 07, 2007 7:15 am
Forum: Technical / Scripting
Topic: IEAuto.dll does not work/hang
Replies: 2
Views: 4339

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...
by mfauzim
Tue Aug 07, 2007 7:11 am
Forum: General Discussion
Topic: IEAuto.dll does not work
Replies: 1
Views: 3920

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....
by mfauzim
Thu Jan 11, 2007 11:54 pm
Forum: Technical / Scripting
Topic: V9 Telnet
Replies: 19
Views: 24327

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.
by mfauzim
Thu Jan 11, 2007 11:06 am
Forum: Technical / Scripting
Topic: V9 Telnet
Replies: 19
Views: 24327

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
Sign up to our newsletter for free automation tips, tricks & discounts