commands not waiting, /wait not helping
- From: "bh" <bh@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 22 Apr 2005 17:29:42 -0700
2 questions:
1) Windows changed the behavior of running a GUI app from a batch file or
cmd prompt so it no longer waits for the app to finish. But on one XP
machine, running a gui app waits, and on another running that same app does
not. Apparently there's a config option somewhere that controls this--anyone
know where?
2) This came about because I'm trying to automate building several
installers. But Wise.exe requires /c as a parameter. If I do
start /wait wise.exe /c "path to .wse script"
I get an error that /c is an invalid switch--apparently for the start command.
I've tried every possible combination of quotations around the pieces, an
extra " " dummy arg, and avoiding the exe and just running the .wse via
implied associations, and nothing works.
Any ideas?
.
- Follow-Ups:
- Re: commands not waiting, /wait not helping
- From: Gary Chanson
- Re: commands not waiting, /wait not helping
- Prev by Date: Update User Permissions on registry
- Next by Date: How to use the ITextHost and ITextServices interfaces
- Previous by thread: Update User Permissions on registry
- Next by thread: Re: commands not waiting, /wait not helping
- Index(es):
Loading