The command you use to start a program typed on the OS (Operating System) command line. In java most commonly you invoke javac.exe, java.exe, ant.bat, jar.exe, jarsigner.exe, keytool.exe.
You can find out what encoding is being used in the command line box. Right click in the upper right corner in the black space and select properties. For historical reasons, it might well be 850 OEM (Original Equipment Manufacturer) Multilingual Latin 1
Deal with awkward characters in the Windows command line like this:
Awkward Characters on the Windows Command Line | ||
---|---|---|
Character | Special Meaning | How to pass it through to the program |
space | separates parameters | enclose the whole parameter in quotes " |
< | input redirection | enclose the whole parameter in quotes " |
> | output redirection | enclose the whole parameter in quotes ". In both cmd.exe and TakeCommand, if preceeded by \", this is still interpreted as redirection. I have reported this bug, fully expecting the authors to explain it is a feature. |
| | pipe | enclose the whole parameter in quotes " |
& | command joiner | enclose the whole parameter in quotes " |
' | tick | enclose the whole parameter in quotes " |
" | parameter delimiter | write it as \" and enclose the whole parameter in quotes. I suspect this behaviour comes from Java, not the command interpreter. |
% | macro replace | write it as %%. In Take Command, you also have the option of surrounding the parameter in back quotes (grave `) `%alone`. |
This page is posted |
http://mindprod.com/jgloss/commandline.html | |
Optional Replicator mirror
|
J:\mindprod\jgloss\commandline.html | |
Please read the feedback from other visitors,
or send your own feedback about the site. Contact Roedy. Please feel free to link to this page without explicit permission. | ||
Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[18.116.15.22] |
| |
Feedback |
You are visitor number | |