Search found 69 matches

by sarver311
Thu May 13, 2010 4:54 pm
Forum: Enhancement Suggestions
Topic: DBQuery direct to file
Replies: 12
Views: 26242

I also have issues with this. I have a "slight" workaround that I use that makes it easier to get my results into one variable. Essentially i let the SQL query and the server do the leg work of building my variable for me. Unfortunately it is limited in that I only can use it for a query that is ask...
by sarver311
Thu May 13, 2010 5:42 am
Forum: Technical / Scripting
Topic: Loop logic trouble
Replies: 3
Views: 4432

Sure thing =)

I had a hard time with that syntax at first too but once you get an example it isn't to bad.

Good luck with it!
by sarver311
Wed May 12, 2010 10:33 pm
Forum: Technical / Scripting
Topic: Loop logic trouble
Replies: 3
Views: 4432

Your syntax for multiple conditions is incorrect. Here is a simple example of multiple condition statements Also note that when you are comparing text you need to put quotes around it. The second condition is an example of that. let>variable1=5 let>variable2=text IF>{(%variable1% = 5) AND (%variable...
by sarver311
Thu Apr 08, 2010 8:38 pm
Forum: Technical / Scripting
Topic: Update Links
Replies: 2
Views: 4320

Can you be more specific what the script is supposed to be doing or what you are trying to accomplish?
by sarver311
Thu Apr 08, 2010 8:30 pm
Forum: Technical / Scripting
Topic: GetActiveWindow
Replies: 6
Views: 7678

Can you post your script that generated this log file?
by sarver311
Mon Mar 01, 2010 11:15 pm
Forum: Beginners
Topic: Is it possible to create a log?
Replies: 5
Views: 5259

Here is an example of a Dialog that displays an error log. When you Click the generate button it puts a timestamp and message in a log file and stores the updated file in the dialog box to the right. let>errorlogs= //This checks to see if this script has been run before, if it has it puts the old lo...
by sarver311
Mon Mar 01, 2010 10:44 pm
Forum: Technical / Scripting
Topic: Constantly check for an image
Replies: 1
Views: 1968

If that is the sole purpose of your script I imagine you could just have a loop and put that command inside of it.

Code: Select all


label>actionloop


findimagpos>

wait>.10

goto>actionloop
-Josh
by sarver311
Mon Mar 01, 2010 10:36 pm
Forum: Technical / Scripting
Topic: how to do something over a random period of time
Replies: 1
Views: 1859

Sure this can be accomplished with the random command.

Code: Select all


label>loop

//The line below creates the random number anything between 1 and 50 and puts it in the variable RandomWaitTime
random>50,RandomWaitTime

wait>%RandomWaitTime%
insert your code here

goto>loop
-Josh
by sarver311
Mon Mar 01, 2010 9:03 pm
Forum: Beginners
Topic: How do you develop your code?
Replies: 3
Views: 4736

How do you develop your code?

Hey Everyone, I think the greatest perk about using macro scheduler is you don't have to be a programmer to develop applications with it. However since I am not a programmer I also don't have a background in the actual Development and maintenance of code which is almost as important as writing the c...
by sarver311
Wed Feb 10, 2010 8:18 pm
Forum: Technical / Scripting
Topic: Determining Content of Dropdown box
Replies: 3
Views: 3383

Hey Jimmy you reminded me of a article I saw a while back I think this might help you out.

http://www.mjtnet.com/blog/2009/07/02/s ... down-list/
by sarver311
Mon Feb 08, 2010 9:45 pm
Forum: General Discussion
Topic: msched.exe has stopped working
Replies: 3
Views: 5235

Hi Mike Well my first instinct would be you may have to reinstall MS but here are a few suggestions to see if its the script or possible the ms engine. What happens if you create a simple script with nothing but a loop in it? Can you recreate the issue with just a loop running? If that doesn't recre...
by sarver311
Tue Feb 02, 2010 7:00 pm
Forum: Beginners
Topic: Two problems
Replies: 16
Views: 13776

Glad to hear it Koleviko! :D
by sarver311
Tue Feb 02, 2010 6:57 pm
Forum: Technical / Scripting
Topic: Strange font in Message> and messagemodal>
Replies: 4
Views: 4356

What version of windows are you running? When did you notice this start to happen? Is it only your messages that look off? Also I would be curious to know if any other of your system messages look weird. Try this, outside of MS just create a vbs script or file name anything.vbs and put the following...
by sarver311
Tue Feb 02, 2010 12:02 am
Forum: General Discussion
Topic: Tell us how Macro Scheduler helps you, what you use it for.
Replies: 48
Views: 344176

Hey Marcus, I have to use CA Service Desk to put in tickets and I hated their interface so I simply wrote my own front end for it using Macro Scheduler. It queries all the typical backend fields I"d have to type in and turns them into drop down menus. So now I just select a few drop downs, enter a s...
by sarver311
Fri Jan 29, 2010 9:43 pm
Forum: Technical / Scripting
Topic: Strange font in Message> and messagemodal>
Replies: 4
Views: 4356

What I would recommend is to try is comment parts of your script out to see if something is being called that is causing this issue. I would start by commenting EVERYTHING out except for one of your message commands to see if it still calls up the weird fonts. If it still does, create a fresh script...
Sign up to our newsletter for free automation tips, tricks & discounts