Posted by member 8640 on 2003-02-20 18:23:45
Hi, I need some help on setting up this module. After setting up all the code in my step.rc. An error pops up for these two lines when I am recycling:
The above codes are locted in this section of code::
Also what does wscript means?
Thanks
*script exec wscript "$WeatherScript$ $WeatherURL1$ $WeatherUnits1$
*script exec wscript "$WeatherScript$ $WeatherURL2$ $WeatherUnits2$
*script exec wscript "$WeatherScript$ $WeatherURL2$ $WeatherUnits2$
The above codes are locted in this section of code::
*script bang !GetWeather
*script gotoif ("%{weatherActive}" = "0") deactivated
*script exec wscript "$WeatherScript$ $WeatherURL1$ $WeatherUnits1$
$WeatherInfo1$ $weatherBanger$ !updateWeather1 $WeatherPrefix1$"
*script exec wscript "$WeatherScript$ $WeatherURL2$ $WeatherUnits2$
$WeatherInfo2$ $weatherBanger$ !updateWeather2 $WeatherPrefix2$"
*script exec !TimerReset GetWeather
*script exit
*script label deactivated
*script exec !alert "Weather is currently deactivated."
*script ~bang
*script gotoif ("%{weatherActive}" = "0") deactivated
*script exec wscript "$WeatherScript$ $WeatherURL1$ $WeatherUnits1$
$WeatherInfo1$ $weatherBanger$ !updateWeather1 $WeatherPrefix1$"
*script exec wscript "$WeatherScript$ $WeatherURL2$ $WeatherUnits2$
$WeatherInfo2$ $weatherBanger$ !updateWeather2 $WeatherPrefix2$"
*script exec !TimerReset GetWeather
*script exit
*script label deactivated
*script exec !alert "Weather is currently deactivated."
*script ~bang
Also what does wscript means?
Thanks