Help - Search - Members - Calendar
Full Version: Can i START a macro like an "executable"???
AC Tools Everything Macro > AC Tool > AC Tool Discussion
nio_7
Hello!

I'm new to AC Tool and i find it quite interesting!

I was expecting that it would be like a program language, let's say C++,
and that i could write my code and create an executable file with the macro.

I was completely amazed and disappointed when when i saw that when i double click
the macro file instead of just running the macro, it opens AC Tools and you have to
manually start the macro!

I found a way to in a way, overcome this and with a shortcut of AC Tools, to start the
macro i want.

But still running the AC Tools is required for the macro file to work!!

Can't a .mac file just work as a "standalone" file????
Can't I avoid having to start the AC Tools program every time i want to run a .mac file???

I would like to just double click on my .mac file and to instantly have my macro running!

Is that possible?? And if not why...???????

Thank you!
DaMOB
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Can't a .mac file just work as a "standalone" file????
NO
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Can't I avoid having to start the AC Tools program every time i want to run a .mac file???
Associate .mac with AcTool and you can double click the .mac but for a .mac to run it *must* have ACTool running.
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
if not why...???????
Why ask why? It was programmed like this by Cam and if it doesn't fit your wants and/or needs then use autoit.
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Thank you!
No problem.
nio_7
QUOTE(DaMOB @ May 14 2009, 01:17 PM) *
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Can't a .mac file just work as a "standalone" file????
NO
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Can't I avoid having to start the AC Tools program every time i want to run a .mac file???
Associate .mac with AcTool and you can double click the .mac but for a .mac to run it *must* have ACTool running.
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
if not why...???????
Why ask why? It was programmed like this by Cam and if it doesn't fit your wants and/or needs then use autoit.
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Thank you!
No problem.



OK, I can say that you have sufficiently answered all my questions and for that I'm grateful!

Thank you very much!!!
DaMOB
QUOTE(nio_7 @ May 14 2009, 08:25 AM) *
QUOTE(DaMOB @ May 14 2009, 01:17 PM) *
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Can't a .mac file just work as a "standalone" file????
NO
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Can't I avoid having to start the AC Tools program every time i want to run a .mac file???
Associate .mac with AcTool and you can double click the .mac but for a .mac to run it *must* have ACTool running.
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
if not why...???????
Why ask why? It was programmed like this by Cam and if it doesn't fit your wants and/or needs then use autoit.
QUOTE(nio_7 @ May 14 2009, 01:32 AM) *
Thank you!
No problem.



OK, I can say that you have sufficiently answered all my questions and for that I'm grateful!

Thank you very much!!!

You are very welcome.
Ahk
You can put -start parameter on the shortcut, and AcTool will run and start the script automatically.

"C:\Program Files\AC Tool\ACTool.exe" -start "C:\Macros\MyMacro.mac"
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.