Hello All
BAck in October 2004 you helped me creat a script for a data recorder using a software program called MadgeTech... Recall?
Anway long story short, looks lke someone is messing with my macros and I would like to know if I creat the script using a EXE can I remove all the script tools, editors and macro sheduler from the machine and execute the exe to run 24/7, I am assuming if the exe file is in the start up it will function just lke the macro scheduler did?
________
Ford Essex V6 engine history
Creating EXE Files
Moderators: Dorian (MJT support), JRL
Creating EXE Files
Last edited by AllTemp on Wed Feb 02, 2011 11:00 pm, edited 1 time in total.
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
A Macro Scheduler compiled program will work all by itself. Nothing else is needed except the EXE file alone, unless you are using scheduling or calling other macros..
You will not have the scheduling tools available, but can use other scheduling tools to trigger the EXE if you need to do that.
If your macro is calling other macros, they will also need to be compiled and your script modified to use Run Program>CompiledName vs. the Macro> command.
You will not have the scheduling tools available, but can use other scheduling tools to trigger the EXE if you need to do that.
If your macro is calling other macros, they will also need to be compiled and your script modified to use Run Program>CompiledName vs. the Macro> command.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
Actually Bob have you tested this, I have a compiled main script on one system I use that calls the .scp files. This makes it easier for me to make modifications to the scripts without recompilingIf your macro is calling other macros, they will also need to be compiled and your script modified to use Run Program>CompiledName vs. the Macro> command.
shane