On Thu, 9 Feb 2006, 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.
> 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 ?
You don't need to. The FPC calls don't care about spaces.
mkdir('c:\program files\myapp');
will work just fine.
Only when using the command-line, you need to be careful with spaces.
Michael.
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives