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?
why it doesn't work?
Moderator: DosItHelp
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact:
-
- Posts: 126
- Joined: 10 Jun 2011 10:30
Re: why it doesn't work?
Escape that > sign like so ^>
-
- Posts: 84
- Joined: 08 Sep 2010 10:25
- Location: Iran,Kashan
- Contact:
Re: why it doesn't work?
thanks a lot