R
Rich Pasco
How, from a command line, can I set the environment variable 'user' to
this value:
Rich & Ada
Descriptions of some failed attempts follow:
1. The command line
set user=Rich & Ada
results in the error message
'Ada' is not recognized as an internal or external command,
operable program or batch file.
2. The command line
set user="Rich & Ada"
results in the value
"Rich & Ada"
Notice the unwanted quotation marks.
3. The command line
set user=Rich \& Ada
results in the same error message as #1 above.
Any ideas?
- Rich
this value:
Rich & Ada
Descriptions of some failed attempts follow:
1. The command line
set user=Rich & Ada
results in the error message
'Ada' is not recognized as an internal or external command,
operable program or batch file.
2. The command line
set user="Rich & Ada"
results in the value
"Rich & Ada"
Notice the unwanted quotation marks.
3. The command line
set user=Rich \& Ada
results in the same error message as #1 above.
Any ideas?
- Rich