Search found 6 matches
- Mon May 23, 2022 3:27 pm
- Forum: General Discussion
- Topic: How to turn off autologon ...do I just turn off service?
- Replies: 8
- Views: 21324
Re: How to turn off autologon ...do I just turn off service?
What if the uninstall does not work? My machine is a VM and this user will sometimes stop me from being able to remote into my machine. I have to go into the VM environment and reboot the VM.
- Fri Feb 04, 2022 3:30 pm
- Forum: Technical / Scripting
- Topic: EXE Task Scheduler
- Replies: 6
- Views: 3783
Re: EXE Task Scheduler
Thanks for following up. All these tests were done while I was logged in and either manually running the scheduled task or scheduling it and watching it run. I am going to try and run it on a windows server. This is currently being run from a laptop running windows 10.
- Thu Feb 03, 2022 11:05 pm
- Forum: Technical / Scripting
- Topic: EXE Task Scheduler
- Replies: 6
- Views: 3783
Re: EXE Task Scheduler
Tried this:
MouseMove>1491,132
LClick
//Find and Left Click Center of
//FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
//If>NumFound>0
//Message>Found Log In
//MouseMove>XArr_0,YArr_0
//LClick
//Endif
Works in cmd prompt does not move the mouse in Task Scheduler.
MouseMove>1491,132
LClick
//Find and Left Click Center of
//FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
//If>NumFound>0
//Message>Found Log In
//MouseMove>XArr_0,YArr_0
//LClick
//Endif
Works in cmd prompt does not move the mouse in Task Scheduler.
- Thu Feb 03, 2022 10:28 pm
- Forum: Technical / Scripting
- Topic: EXE Task Scheduler
- Replies: 6
- Views: 3783
Re: EXE Task Scheduler
Its not interacting with the contents of the window at all. I added this Message code and it shows up when I run the EXE from command prompt. But does not when run from Task Scheduler. FindImagePos>%BMP_DIR%\image_1.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF If>NumFound>0 Message>Found Log In MouseM...
- Thu Feb 03, 2022 6:26 pm
- Forum: Technical / Scripting
- Topic: EXE Task Scheduler
- Replies: 6
- Views: 3783
Re: EXE Task Scheduler
// COMPILE_OPTS|C:\SUSD_SQLApps\MacroScheduler\MDLP_4-8_Progress\MDLP_4-8_Progress.exe||CONSOLE=1|INCLUDES=1| /NOSYSTRAY|RUNTIMES=1|BMPS=1 //Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES quote strings in {" ... "} //Let>IGNORESPACES=1 VBSTART Sub Minimiz...
- Thu Feb 03, 2022 4:56 pm
- Forum: Technical / Scripting
- Topic: EXE Task Scheduler
- Replies: 6
- Views: 3783
EXE Task Scheduler
I have a script that run successfully in the script editor as well as a scheduled task with the Macro Scheduler. It also works as an executable. When I run it in the Windows Task Scheduler it opens up the browser and navigates to the desired URL and then nothing else happens. I even tried creating a...