Search found 30 matches
- Tue May 17, 2011 4:25 pm
- Forum: Technical / Scripting
- Topic: Unable to start macro scheduler without path
- Replies: 2
- Views: 3753
- Fri May 13, 2011 9:34 pm
- Forum: Technical / Scripting
- Topic: Unable to start macro scheduler without path
- Replies: 2
- Views: 3753
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...
- Thu Feb 17, 2011 4:33 pm
- Forum: Technical / Scripting
- Topic: wanted a shortcut for 'view computers and devices'
- Replies: 1
- Views: 2781
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...
- Wed Dec 15, 2010 3:18 am
- Forum: Technical / Scripting
- Topic: couldnt focus 'system restore' window
- Replies: 1
- Views: 2960
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...
- Thu Dec 09, 2010 6:11 pm
- Forum: Technical / Scripting
- Topic: Invoking a subroutine when new window is opened
- Replies: 4
- Views: 5223
- Wed Dec 08, 2010 7:32 pm
- Forum: Technical / Scripting
- Topic: Invoking a subroutine when new window is opened
- Replies: 4
- Views: 5223
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...
- Wed Sep 22, 2010 5:03 pm
- Forum: Technical / Scripting
- Topic: Processing the child window when it pops up
- Replies: 3
- Views: 4848
- Wed Sep 22, 2010 1:56 pm
- Forum: Technical / Scripting
- Topic: Processing the child window when it pops up
- Replies: 3
- Views: 4848
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...
- Wed Sep 22, 2010 1:40 pm
- Forum: Technical / Scripting
- Topic: command line running not returning after completing script
- Replies: 3
- Views: 4448
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...
- Tue Sep 14, 2010 6:01 pm
- Forum: Technical / Scripting
- Topic: command line running not returning after completing script
- Replies: 3
- Views: 4448
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
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
- Sat Jul 10, 2010 3:25 pm
- Forum: Technical / Scripting
- Topic: RegistryReadKey fails to read values under 'HKLM\Software'
- Replies: 1
- Views: 2661
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.
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.
- Fri Jul 09, 2010 10:59 am
- Forum: Technical / Scripting
- Topic: Difficulty in getting window text of control panel in xp64
- Replies: 5
- Views: 5615
- Thu Jul 08, 2010 7:01 am
- Forum: Technical / Scripting
- Topic: Difficulty in getting window text of control panel in xp64
- Replies: 5
- Views: 5615
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...
- Wed Jul 07, 2010 4:47 pm
- Forum: Technical / Scripting
- Topic: Difficulty in getting window text of control panel in xp64
- Replies: 5
- Views: 5615
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...
- Wed Jun 23, 2010 6:55 am
- Forum: Technical / Scripting
- Topic: 'GetWindowTextEx' doesnot fetch full contents everytime
- Replies: 5
- Views: 6952