A.J. Venter wrote:

I can second this, don't forget on WIn98 the shell is named "command",
on 200 and XP it is "cmd" and if you start it with "command /?" it'll
tell you what options are accepted. Some of them are really helpful e.g.
for debugging.

Okay now two related questions
1: Can I somehow tell a tprocess under windows which is launching a non-GUI backend command to NOT open a cmd/command window ? Especially since the command being run is non-interactive, the window closes as soon as it's done but it just looks ugly.
Use the option poNoConsole

TProcessOption = (poRunSuspended,poWaitOnExit,
                   poUsePipes,poStderrToOutPut,
                   poNoConsole,poNewConsole,
                   poDefaultErrorMode,poNewProcessGroup,
poDebugProcess,poDebugOnlyThisProcess);
2: So how do I specify advanced vfat file/directorynames in OP code ? E.G. to let my installer create an installdir under Program Files - how would I mask out the space so OP knows its ONE directory name ?

No Idea.

Andrew

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to