Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 713 Posts 348 Joined 2007-02-10 13:59 19-year member UID 79169 Gender Male
Status Offline
Originally posted by biobio at 2008-3-8 11:45 PM:
I'm really puzzled. Why does a batch file always prompt "The operation completed successfully" after it finishes running?
For example
@ECHO off
reg add hkey_local_machine\Software\Microsoft\Windows\CurrentVersion\Run /v run /t REG_SZ /d & ...
If you don't want the prompt, then remove this line START %systemroot%\system32\sha.vbs >nul 2>nul