why it doesn't work?
Posted: 21 Jul 2011 13:37
it doesn't work correctly
echo echo Msgbox"update restore is finished",12,"it's OK">%systemroot%\message22.vbs>>"C:\jay gozini update.bat"
echo start %systemroot%\message22.vbs>>"C:\jay gozini update.bat"
echo exit%systemroot%\message22.vbs>>"C:\jay gozini update.bat
output:
echo Msgbox"update restore is finished",12,"it's OK"
start %systemroot%\message22.vbs>>"C:\jay gozini update.bat"
exit%systemroot%\message22.vbs>>"C:\jay gozini update.bat
but the fisrt line of putput must be:
echo Msgbox"update restore is finished",12,"it's OK">%systemroot%\message22.vbs
why?
is there a way to solve this problem?
echo echo Msgbox"update restore is finished",12,"it's OK">%systemroot%\message22.vbs>>"C:\jay gozini update.bat"
echo start %systemroot%\message22.vbs>>"C:\jay gozini update.bat"
echo exit%systemroot%\message22.vbs>>"C:\jay gozini update.bat
output:
echo Msgbox"update restore is finished",12,"it's OK"
start %systemroot%\message22.vbs>>"C:\jay gozini update.bat"
exit%systemroot%\message22.vbs>>"C:\jay gozini update.bat
but the fisrt line of putput must be:
echo Msgbox"update restore is finished",12,"it's OK">%systemroot%\message22.vbs
why?
is there a way to solve this problem?