- May
- 13,813
- 211
This target works in a shortcut.
To use it in an alias, I escaped the ampersands thus:
But when I use the alias or simply issue the escaped version at the command prompt, it doesn't work.
How do I get it into an alias or even simply issue it at the command prompt?
Code:
http://forecast.weather.gov/MapClick.php?CityName=Syracuse&state=NY&site=BGM&textField1=43.0446&textField2=-76.1459&e=0
Code:
http://forecast.weather.gov/MapClick.php?CityName=Syracuse^&state=NY^&site=BGM^&textField1=43.0446^&textField2=-76.1459^&e=0
How do I get it into an alias or even simply issue it at the command prompt?