hello,
I'm totally new to programming and scripting. Can someone please tell me which language is being used for scripting. I mean to ask, what should i read so i can write scripts.
Thanks.
Scripting Language
Moderators: Dorian (MJT support), JRL
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
Macro Scheduler uses its own proprietary script, but it is very similar to many other "basic" languages. Syntax and examples are in the Help file.
One of the best ways to learn is to look at the sample scripts in the Editor.
Another method is to record a macro, and then open that in the Editor.
On any line, press F1 to call up the Help for that command. There are also many scriting examples here on the forum.
You can Single Step through the script in the Editor by pressing F8. With the WatchList open, you will be able to see the values of the variables as they are updated.
And there are always people here who are usually willing to help you out if you will put in some effort at your end also. Just remember this is a users forum so it may take a few minutes for a response, it is not real time chat.
One of the best ways to learn is to look at the sample scripts in the Editor.
Another method is to record a macro, and then open that in the Editor.
On any line, press F1 to call up the Help for that command. There are also many scriting examples here on the forum.
You can Single Step through the script in the Editor by pressing F8. With the WatchList open, you will be able to see the values of the variables as they are updated.
And there are always people here who are usually willing to help you out if you will put in some effort at your end also. Just remember this is a users forum so it may take a few minutes for a response, it is not real time chat.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
-
- Newbie
- Posts: 2
- Joined: Wed Oct 22, 2008 7:15 pm
This Marcus blog entry covers that question well.Also, does the MJT have the capability to interface with different tools at a time?
http://www.mjtnet.com/blog/2006/09/15/r ... currently/
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Yes, Macro Scheduler can interface with any number of applications and can pull data from one to place into another, etc. Indeed this is a common usage scenario.galaxyking wrote:Thanks!
Let me start some reading and will see how it goes.
Also, does the MJT have the capability to interface with different tools at a time?
Like do task # 1 in software # 1
do task # 2 in software # 2
Inject result from software # 2 into software # 1.
Look at the Excel sample that comes with the software, it takes data from Excel and pastes it into Notepad.
A good place to get started:
http://www.mjtnet.com/blog/2008/03/21/r ... resources/
Don't miss the beginners guide to scripting in the help file.
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?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Not sure the OP meant concurrently, just whether or not he can manipulate more than one app and move data between.JRL wrote:This Marcus blog entry covers that question well.Also, does the MJT have the capability to interface with different tools at a time?
http://www.mjtnet.com/blog/2006/09/15/r ... currently/
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?