Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Starting an install
#4
Try to remove flag 0x10000 and run macro.exe as admin.

Also try Windows API directly:
ShellExecute 0 0 "C:\EEMS\Update\MSDSS.bat" 0 0 0

On non-admin accounts try RunAs.
RunAs "C:\EEMS\Update\MSDSS.bat" "" "admin username" "" "admin password"

Also try RunConsole2.
RunConsole2 "C:\EEMS\Update\MSDSS.bat"

Also, maybe need to pass correct "current directory". All the above functions support it. Default "current directory" probably is different in QM and in macro.exe, and it may be the reason.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)