OK, but I don't want my program to glob its arguments (they
aren't files at all, but they include characters like `*' and
`?'). What should I do?
You have three alternatives:
Surround your arguments with single or double quotes (this is
what you would do under Unix shell).
Put noglob parameter into your GO32 environment
variable, thusly:
set GO32=noglob
This has a disadvantage of affecting all djgpp programs that
run while this setting is in effect.
Disable globbing for any specific program by editing its
real-mode stub with the stubedit program (change the
parameter "Enable command-line wildcard expansion" to ``no'').
Please take a moment to fill out
this visitor survey You can help support this site by
visiting the advertisers that sponsor it! (only once each, though)