Re: command_line() with *
- Posted by DerekParnell (admin) Apr 17, 2009
- 883 views
georgeorr said...
Are there things other than the * that I should avoid to prevent this type of command_line() problem?
This is only a problem on Unix-type systems. On thise systems, the shell program interprets sme symbols in a special way before your program even gets to see the command line. Watch out for ...
- *
- ?
- $
- \
- '
- "
- `