This is an outstanding Tool and fine example of how to use Macro Scheduler. Thanks!
Is there an updated version of this for Chrome? I'm trying to learn more about cookies; how to read, edit or remove them.
Search found 9 matches
- Sat Jul 13, 2024 8:48 pm
- Forum: Scripts and Tips
- Topic: Cookie Monitor Script
- Replies: 1
- Views: 21141
- Thu Feb 23, 2023 11:44 pm
- Forum: Technical / Scripting
- Topic: Text File Locking with MS 15? (Resolved!!)
- Replies: 5
- Views: 4567
Re: Text File Locking with MS 15? (Resolved!!)
JRL Wrote: Windows Defender?? Thank you JRL for bird-dogging Windows Defender as a likely culprit. As soon as we disabled WD, the problem disappeared. Now we will identify the macro names as safe files and the target text file folders as safe locations. I’m not the network administrator, so I’m not...
- Tue Feb 21, 2023 9:34 pm
- Forum: Technical / Scripting
- Topic: Text File Locking with MS 15? (Resolved!!)
- Replies: 5
- Views: 4567
Re: Text File Locking with MS 15?
JRL wrote: Windows Defender??? Thank you for looking at this JRL, I have long appreciated your amazing contributions to these tools and this forum. Windows Defender or some other file protection is about the only thing that I have left to focus on. Our first success teaser was when our IT manager r...
- Tue Feb 21, 2023 4:47 pm
- Forum: Technical / Scripting
- Topic: Text File Locking with MS 15? (Resolved!!)
- Replies: 5
- Views: 4567
Re: Text File Locking with MS 15?
Thanks Marcus for confirming that there were no version changes, but do we have some tools here to help me observe and resolve this problem? The machine is running Windows 10 Pro on a 64-bit processor. Other than these two browsers and these few macros, no other Office or user programs are running. ...
- Mon Feb 20, 2023 10:45 pm
- Forum: Technical / Scripting
- Topic: Text File Locking with MS 15? (Resolved!!)
- Replies: 5
- Views: 4567
Text File Locking with MS 15? (Resolved!!)
I have several Macros which have worked well for years, creating network folders and subfolders and writing into them thousands of daily text files. Their code was compiled to an .exe file in Macro Scheduler 14. I recently upgraded MS to the latest version 15 and modified part of one of these, but n...
- Fri Sep 06, 2019 10:08 pm
- Forum: Technical / Scripting
- Topic: Is there any Alternative of IEDoDownload?
- Replies: 4
- Views: 4439
Re: Is there any Alternative of IEDoDownload?
Thank you andegraaf! Turning off "Notify....." solved my problem.
- Wed May 17, 2017 4:07 pm
- Forum: Technical / Scripting
- Topic: Clipboard gets disabled when running script.
- Replies: 3
- Views: 4577
Re: Clipboard gets disabled when running script.
Is it possible that a web page Java script can lock or disable the Clipboard? When I set a MS breakpoint while on a particular page, my Clipboard remains completely disabled, but is enabled only after the macro is halted. As Marcus said, I feel certain it isn’t MS that has locked the Clipboard. But ...
- Tue May 09, 2017 11:14 pm
- Forum: Technical / Scripting
- Topic: IETagEventByAttrib with Variables
- Replies: 1
- Views: 2057
Re: IETagEventByAttrib with Variables
I discovered my Newbie mistake! :oops: I had a space on both sides of my = sign when setting the variable value. For some reason, this allowed the Watch List to display the correct value, but in the actual application of the variable, the name was given instead of the value. I was relying on the Wat...
- Tue May 09, 2017 3:04 am
- Forum: Technical / Scripting
- Topic: IETagEventByAttrib with Variables
- Replies: 1
- Views: 2057
IETagEventByAttrib with Variables
I’m somehow having a problem passing variables to my desired website: let>MyPartNum = "AB1234" IETagEventByAttrib>{"http://www.MyWebsite"},Input,name=InputField,,%MyPartNum% I have modified this many ways, but the above code inputs %MyPartNum% to the web form. Are there any ideas or tricks that are ...