Re: windows 7 issue
- Posted by gwalters Jul 11, 2012
- 1266 views
Well, after messing this all day I have stumbled on the problem. Although the path is set to c:/euphoria/bin (where bindw.bat exists) it does not work with a batch file.
retCode = system_exec("c:/euphoria/bin/bindw.bat "& compileName & " -clear -quiet -out c:/AcuTrack/bin/" & rootName & ".exe",0)
Putting the entire path in for bindw.bat it works as it should.
Matt the -quiet did not show anything as it stopped immediately not being able to find the bindw.bat to execute.
So this beggs the question on how to get batch files to show up in a path specification in environmental vars?