Search found 30 matches

by jiby
Tue May 17, 2011 4:25 pm
Forum: Technical / Scripting
Topic: Unable to start macro scheduler without path
Replies: 2
Views: 3696

thanks it worked. :)
by jiby
Fri May 13, 2011 9:34 pm
Forum: Technical / Scripting
Topic: Unable to start macro scheduler without path
Replies: 2
Views: 3696

Unable to start macro scheduler without path

hi, I am using Macro scheduler 11 on Win7. I wrote a script "abcd.scp" and copied to C:\Users\user1\Documents\Macro Scheduler 11\ where 'Notepad.scp' is copied along with installation. From another machine, I am trying to invoke the script through msnet >msNet abcd %Specified Macro does not exist% B...
by jiby
Thu Feb 17, 2011 4:33 pm
Forum: Technical / Scripting
Topic: wanted a shortcut for 'view computers and devices'
Replies: 1
Views: 2734

wanted a shortcut for 'view computers and devices'

Hi, I am using windows 7 ultimate system. I could open 'network and sharing center' using the run command 'control /name Microsoft.NetworkAndSharingCenter'. In that window, on the left, under 'Tasks' I have to click 'View computers and devices' Can someone help me in getting the open the window dire...
by jiby
Wed Dec 15, 2010 3:18 am
Forum: Technical / Scripting
Topic: couldnt focus 'system restore' window
Replies: 1
Views: 2920

couldnt focus 'system restore' window

hi, I am using Macro Scheduler 12. On windows 7-32 bit machine, I issued Run>rstrui WaitWindowOpen>System Restore SetFocus>System Restore 'SetFocus' doesnt focus on the 'System Restore' window. I could see the entry in 'Tools' -> 'View System Windows' -> 'Open windows' windows. But somehow, I couldn...
by jiby
Thu Dec 09, 2010 6:11 pm
Forum: Technical / Scripting
Topic: Invoking a subroutine when new window is opened
Replies: 4
Views: 5174

Thanks a lot for the information.

Is it possible to trigger "OnEvent" only when any NEW Window is opened. I tried,

OnEvent>WINDOW_OPEN,*,1,DoThis

When 4 windows are already opened before running this script, it is going to infinite loop. I was getting continuous "Confirm" popup window.

--yuv.
by jiby
Wed Dec 08, 2010 7:32 pm
Forum: Technical / Scripting
Topic: Invoking a subroutine when new window is opened
Replies: 4
Views: 5174

Invoking a subroutine when new window is opened

hi, On XP, I am trying to invoke a procedure whenever a new notepad is opened. My procedures are as: --------------------- OnEvent>WINDOW_OPEN,Untitled*,WF_TYPE,DoThis SRT>DoThis Ask>yss,res END>DoThis Wait>10 --------------------- After running the script, if I open the notepad, I could see no prom...
by jiby
Wed Sep 22, 2010 5:03 pm
Forum: Technical / Scripting
Topic: Processing the child window when it pops up
Replies: 3
Views: 4770

Can you please provide a link containing an example.

Thanks
jiby
by jiby
Wed Sep 22, 2010 1:56 pm
Forum: Technical / Scripting
Topic: Processing the child window when it pops up
Replies: 3
Views: 4770

Processing the child window when it pops up

Hi, I am trying to install one application. In the middle of installation, an confirmation window pops up. In that pop up window I have to click 'yes'. And then the installation window continues. Now, I am doing it in this way. 1. Start the installation and wait for 3 minutes(within this time, the p...
by jiby
Wed Sep 22, 2010 1:40 pm
Forum: Technical / Scripting
Topic: command line running not returning after completing script
Replies: 3
Views: 4400

Thanks it worked. But I tried to execute the same using TCL language. But due to some limitations, it is not able to perform because of the reason provided by them "START is a Windows command console built-in, not an actual Windows command" Is there any other way we can do using actual Windows comma...
by jiby
Tue Sep 14, 2010 6:01 pm
Forum: Technical / Scripting
Topic: command line running not returning after completing script
Replies: 3
Views: 4400

command line running not returning after completing script

Hi,

I am executing the script from command line like
> msched.exe c:\script.scp

After I press enter, prompt is returning and script is executing in background.

Can somone tell me, if there is a way by which I can make the msched.exe return to next prompt after the script executes.

Thanks
jiby
by jiby
Sat Jul 10, 2010 3:25 pm
Forum: Technical / Scripting
Topic: RegistryReadKey fails to read values under 'HKLM\Software'
Replies: 1
Views: 2625

RegistryReadKey fails to read values under 'HKLM\Software'

Hi,

I am using Vista Ultimate 64 with Service Pack 2. I am not able to fetch anything under 'HKLM\Software' key branch. Can anyone do that.

Thanks
jiby.
by jiby
Fri Jul 09, 2010 10:59 am
Forum: Technical / Scripting
Topic: Difficulty in getting window text of control panel in xp64
Replies: 5
Views: 5546

Hi mtettmar,

Thanks for confirming this.

I am trying with GetControlText. The objects of 'control panel' viewed in 'View System Windows' when I used with GetControlText, resulted in '##NOSUCHOBJECT##'. Please tell, if there is anyway.

Thanks
jiby
by jiby
Thu Jul 08, 2010 7:01 am
Forum: Technical / Scripting
Topic: Difficulty in getting window text of control panel in xp64
Replies: 5
Views: 5546

Hi, > The space after 'str' is typo error. I am not getting str either. Its complete blank. > http://www.mjtnet.com/forum/viewtopic.php?t=6274 In the above post, I was referring to partial text in the window. > In xp32, I could get the text. But I am getting nothing in xp64. Please provide any alter...
by jiby
Wed Jul 07, 2010 4:47 pm
Forum: Technical / Scripting
Topic: Difficulty in getting window text of control panel in xp64
Replies: 5
Views: 5546

Difficulty in getting window text of control panel in xp64

hi, I am using XP64. My code is Run>control WaitWindowOpen>Control Panel SetFocus>Control Panel Wait>2 GetWindowTextEx>Control Panel,str Message>str The output of str is NOTHING. I replaced 'GetWindowTextEx' with 'GetWindowText'. Then the output is 'Internet Explorer' I could see the same when extra...
by jiby
Wed Jun 23, 2010 6:55 am
Forum: Technical / Scripting
Topic: 'GetWindowTextEx' doesnot fetch full contents everytime
Replies: 5
Views: 6829

Thanks adroege,

But, my problem is that after launching the control panel, I am trying to get the text displayed as mentioned in my post.

--jiby
Sign up to our newsletter for free automation tips, tricks & discounts