Re: command_line() with *

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thanks!

DerekParnell said...
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 ...

  • *
  • ?
  • $
  • \
  • '
  • "
  • `
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu