I have just upgraded from version 6.2 to 7.1.17a. The following Macro always worked with ver 6.2 but will not run now. Not only will it not run it causes system instability (eg touching r causes the run command line to come up). I have to reboot the machine.
Remark> This will Clear out Start Menu Docs for
Remark> Windows 2000
Press LWinKey
Wait>0.15
Send Character/Text>S
Wait>0.15
Send Character/Text>T
WaitWindowOpen>Taskbar*
Wait>0.15
SetFocus>Taskbar*
Press CTRL
Press Tab
Release CTRL
Release Tab
Send Character/Text>C
Press Esc
Thanks for any help
Macro problem
Moderators: JRL, Dorian (MJT support)
Hi Michael,
Press LWinKey
Wait>0.15
Send Character/Text>S
Not sure whether you want to simulate simultaneously pressing WinKey + S. If so, as a matter of fact, I don't know how to accomplish it by Macro Script commands. Unlike ALT and CTRL, it seems that both RWinkey and LWinkey are released immediately after either one is PRESSed.
Nonetheless, you can circumvent the keyboard issue by calling the task manager directly:
run>taskmgr.exe
It works on my Windows XP.
There's no RELEASE TAB command per se.
However, you may change Relase TAB to Press TAB; I guess the latter is what you want such that the cursor can jump to the main list of processes.
Plesae keep posting your troubleshooting progress here.
Press LWinKey
Wait>0.15
Send Character/Text>S
Not sure whether you want to simulate simultaneously pressing WinKey + S. If so, as a matter of fact, I don't know how to accomplish it by Macro Script commands. Unlike ALT and CTRL, it seems that both RWinkey and LWinkey are released immediately after either one is PRESSed.
Nonetheless, you can circumvent the keyboard issue by calling the task manager directly:
run>taskmgr.exe
It works on my Windows XP.
There's no RELEASE TAB command per se.
However, you may change Relase TAB to Press TAB; I guess the latter is what you want such that the cursor can jump to the main list of processes.
Plesae keep posting your troubleshooting progress here.
Hi,
Armstrong - please keep an eye on the update announcements and note that the recent version improves the Press LWinKey and RWinKey to allow them to be used in conjunction with other keys in the same way as Shift, Ctrl and Alt.
Michael - You need to add 'Release LWinKey' after the 'Press LWinKey' otherwise it will remain depressed and the subsequent keys are sent along with it - like Alt, Ctrl and Shift:
Press LWinKey
Release LWinKey
Armstrong - please keep an eye on the update announcements and note that the recent version improves the Press LWinKey and RWinKey to allow them to be used in conjunction with other keys in the same way as Shift, Ctrl and Alt.
Michael - You need to add 'Release LWinKey' after the 'Press LWinKey' otherwise it will remain depressed and the subsequent keys are sent along with it - like Alt, Ctrl and Shift:
Press LWinKey
Release LWinKey
MJT Net Support
[email protected]
[email protected]