Using Summer '87 in XP I can run a test file from a batch file (ie.bat) which contains the following lines:
@echo off
convert.exe
and this will pull-up the convert.exe program, however, substituting ixplore.exe (with the correct paths, of course) gives me a 'bad command' in my application. I've tried using @start, start, @call, call, and have circumvented the batch file using these commands directly from the app, and still get the 'bad command' error wirh iexplore.exe, but not with my test file, convert.exe.
Has anyone experienced this issue, and if so, did you find a solution?
@echo off
convert.exe
and this will pull-up the convert.exe program, however, substituting ixplore.exe (with the correct paths, of course) gives me a 'bad command' in my application. I've tried using @start, start, @call, call, and have circumvented the batch file using these commands directly from the app, and still get the 'bad command' error wirh iexplore.exe, but not with my test file, convert.exe.
Has anyone experienced this issue, and if so, did you find a solution?