Jump to content

Dos command openfiles run from autoit result file is empty


Recommended Posts

Good Morning Everyone,

I want to say thank you to everyone here - you guys are fantastic at what you do and we all appreciate your help and hard work. All of IT has benefited from your hard work and knowledge. So thank you.

Edited...

Edited by souldjer777

"Maybe I'm on a road that ain't been paved yet. And maybe I see a sign that ain't been made yet"
Song Title: I guess you could say
Artist: Middle Class Rut

Link to comment
Share on other sites

  • Developers

Have you tried running it from a 32 bits CMD prompt to see if it's a x86/x64 issue, or running the au3 script with the x64 version of AutoIt3?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Jos how are you so fast?

Just went to say yes its a 32/64 bit issue... if you compile your exe as 64 and run it it will likely work without problem. 

Its always a good tip when doing DOS commands put /k to see what is happening...so
RunWait(@ComSpec & " /k " & $CommandFinal , "", @SW_SHOW)

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...