On Sat, 27 Jul 2002 00:57:11 -0400, "Dennis McCunney" <[EMAIL PROTECTED]> wrote:
>> -----Original Message----- >> From: Chandler Webb [mailto:[EMAIL PROTECTED]] >> Sent: Friday, July 26, 2002 10:00 PM >> To: Robert O'Connor; [EMAIL PROTECTED] >> Subject: Re: New Plucker Desktop binary for Windows > >> No, I've tried a simple name with a simple path (specifically, >> H:\setdate.bat), and the same error shows up. >> >> I don't understand why "Start H:\setdate.bat" would work (though it >> doesn't close the command window - that's next) yet not the simpler >> version without "Start". >> >> But again, I won't even suggest that I know Windows command stuff. >> >> Have you any other suggestions? > >Have you tried combining them, and putting the call to plucker-build _in_ >the batch file, after the other processing you want done? > >Then create a shortcut to the batch file. Depending on what you are doing, >it might be the best approach. > Thanks, that's a good suggestion - that will combine the nice file-organization and ease of the Plucker Desktop with the flexibility of the batch scripting. The fact that the _parser_ initiates the "before command" gives me a problem because I need to modify the Plucker.ini file with my batch script before the parser reads the ini file. So as you suggest, the answer is to run the plucker-build from the batch script. I see the answer to my 'Start command and wait til done' question is in the 'Start' docs - ahem, once more a case of RTFM. -- Chan

