Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Demo .exe file
#1
The macro runs perfectly when inside Qucik Macros software. When I use Make .EXE it does not work.

Is this a limitation in the demo version?

Also, to run the .qml programs, does Quick Macros have to be running?

Thanks
#2
Limitation: .exe programs created with unregistered Quick Macros don't start in 50% cases. Then shows a message box.

Maybe does not work because there are no triggers in .exe programs. Need Quick Macros only if you need its triggers.

Can you post the macro here? Copy it in Quick Macros, using menu Edit -> Other Formats.
#3
Ok, I actually purchased the program, and it is working well.

The issue I have, is that if I create the .exe file, and run it inside Quick Macros it works great.
(the Run Find)

But when i run the .exe file from Windows Explorer, it does not put in the login and password.

The code is as follows:

run "$desktop$\TOS.lnk"
5
int w1=win("Logon to thinkorswim" "SunAwtDialog")
key "greenb"
key T
key "sh15515"
key Y

It gets as far as the login screen and then stops.

Any thoughts?
#4
Possible reasons:

1. The user input field is not focused.

2. The login program runs as administrator, and the exe runs not as administrator. Then it cannot press keys and do many other things with the admin program. Try to run the exe as administrator.


Forum Jump:


Users browsing this thread: 1 Guest(s)