jsandys
Posts: 531
Score: 17 Joined: 3/24/2005 From: San Antonio, TX Status: offline
|
Exit codes are completely application dependant and do not have to follow any standard. That being said, Windows does have a set standard of error codes which most applications do use for their return codes. The easiest way to query for what a code means is to drop to a command shell and type net helpmsg <error code> In this case, a 1641 means "The requested operation completed successfully. The system will be restarted so the changes can take effect."
_____________________________
Jason ________________________________________ http://myitforum.com/cs2/blogs/jsandys/default.aspx
|