That's the message I get whenever I try to record a sequence of keystrokes with the Keyboard Wizard.
It works just fine until I press Stop Recording. Then, a dialog box jumps out with the message.
Does anyone know how to help me?
Thanks in advance.
The specific file was not found.
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: The specific file was not found.
I wonder if it has anything to do with where your script file is stored? Is the folder read only or something like that?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: The specific file was not found.
It's actually in the desktop folder.
I'm guessing it has something to do with the target window, it changes its name dynamically according to the screen resolution of the window, so I'll try to capture it from another one to see if it persists.
Thanks.
I'm guessing it has something to do with the target window, it changes its name dynamically according to the screen resolution of the window, so I'll try to capture it from another one to see if it persists.
Thanks.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Re: The specific file was not found.
Is there not something specific about the window title? If so use the substring wildcard. See SetFocus in the help file. Works with all window functions.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Re: The specific file was not found.
Thanks! Will do.