Search found 4 matches

by jsublime
07 Mar 2011 15:54
Forum: DOS Batch Forum
Topic: Batch file won't open specific file path
Replies: 6
Views: 5066

Re: Batch file won't open specific file path

That did it. Thanks alot!
by jsublime
07 Mar 2011 13:32
Forum: DOS Batch Forum
Topic: Batch file won't open specific file path
Replies: 6
Views: 5066

Re: Batch file won't open specific file path

Yes. And if I go that directory in a command prompt and type c.exe -run NT_NA WIN_32 it will open the program. If I only enter c.exe it will not enter.
by jsublime
07 Mar 2011 11:51
Forum: DOS Batch Forum
Topic: Batch file won't open specific file path
Replies: 6
Views: 5066

Re: Batch file won't open specific file path

That doesn't seem to work either. Yes there are spaces in the path.
by jsublime
04 Mar 2011 19:43
Forum: DOS Batch Forum
Topic: Batch file won't open specific file path
Replies: 6
Views: 5066

Batch file won't open specific file path

Hello, I have a batch file which opens several programs. I'm having trouble with one of the prgrams not loading. Here is the target path: @echo off C:\a\b\c.exe -run NT_NA WIN_32 If I go to \b directory I can't run c.exe without the "-run NT_NA WIN_32" which seems to be causing a problem w...