I've been doing this for awhile now and totally made that mistake. In fact, until reading your answer I totally overlooked the possibility of making such a silly mistake . Variable naming 101, sign me up.
Thank you so much for your help. It was brilliant.
THANK YOU - All is fine and as intended. I advise the following to anyone the seems to have issues running exe's after compile: For anyone that is having issues out there, I suggest making a clean directory to which you compile your scripts and take note of all the supporting files. You will want t...
What path is specified in FindImagePos? Do they exist? If relative do they exist? If BMP_DIR does a folder same name as script/exe exist at same level as script? If SCRIPT_DIR do they exist in same folder as scriopt/exe? Oh my Marcus... Mea culpa! :oops: I can't believe that after 8 wonderful years...
I don't recall if this is normal behavior and I need to package up the search images. I don't recall having to ever do this but I would love to hear input from everyone. So the env is Windows 7 pro 64bit. MS 14.0.18 and a compiled exe. On the machine I developed the script on, I'm the admin so every...
Hi HabitualWerewolf, I think I have a solution for running macros when a computer comes out of sleep: What I do is create scripts and then generate (compile) an Exe. I then use windows Task schedule to run that exe. Actually, I usually build a macro to set up these task where I might just tweak the ...
macro Scheduler is a programming language scripting tool above all. Which means that it is a programming tool which means that it has so many applications. Nearly limitless... Just think about all of the things you can do. You're creating a human like interaction without the human. Or better yet, a ...
Would love to know if anyone using MS Scheduler who hasn't dabbled in BASIC, Javascript, etc. I don't know if this counts, but I have to tell you all that being a former film-maker (student level) and avid tech geek (but no hacking ability) I went out and pursued a Master’s of Science in CIS. Par...
Hi Y'all, I'm trying to use RegistryEnumKeys, and RegistryEnumVals to dynamically find the info I need in the registry. Both the above function work without issue if I'm looking under HKEY_CURRENT_USER, but if I'm looking for info under HKEY_LOCAL_MACHINE, it returns nothing. I'm guessing there's a ...
Greetings and Salutations, For anyone interested, allow me to introduce myself. My name is Antonius Momac, but friends call me Momac; so please feel free to do the same. I’m here to talk about my experience with Macro Scheduler. I’ve use MS specifically for software testing about a year now. So,...
Purely a coincidence. Millions of apps have rich edit controls. This is True Marcus, but what I wanted to say is that there is something in particular with this form and its RichText control that are causing issues. If anyone finds that most form take text with no SK_Delay, and all of a sudden they...
Upon Further Testing, I observed the following. Easy work around: If I set the SK_Delay to 1 or higher, MS and that one particular form play nice. If I don't set it or set it to zero (same difference) then I see the issue... So I just set the SK_Delay to human speed. In case anyone is following this...
Thanks jpuziano. That Vbscript function will work great. quick off topic question regarding vbscript, how do you test/run/debug those functions? Marcus, thank you for the heads up on the key logger, I'll try to get some answers and report back. I hope it is something simple, like that, and we can pu...
Hi Marcus, I'm sorry that I didn't try this before. It is machine related as the script run fine on my machine (vista box) but not on my colleagues’. I don't know how to then go about finding out what is having an ill effect on MS' operation. It's something else, but I don't know what is causing i...
Hi Guys. I'm lost on this one. I have a script that is going through a few subroutines, returns to a send text command:and: Send>Test -However, this text is written in the text box as: tseT Any thoughts. I couldn't find any sys vars or anything obvious. Please help. It could be something crazy. btw,...