Supplied with DOS commands @ http://dbhome.dk/learningtoprogram These Commands were made on WinXP and might not work on other systems. These scripts will enter one or more commands to the DOS prompt (this will open automatically) and execute. You can do this yourselves by opening the dos prompt: Start menu -> Run -> and type in: "cmd.exe" (without the quotes) Cmd.exe is the name for the DOS prompt in WinXP, Win 2000 and properbly WinNT. The DOS prompt in earliere versions of Windows (i.e. 98, Millenium) the prompt is called something else. Currently the DOS commands are: - ipconfig /release # Disconnects from the internet, I recommend doing this when playing around running with servers (e.g. when testing CGI-scripts). - ipconfig /renew # Reconnects to the internet (or if already connected changes the IP depending on the ISP service). You can play Internet radio again ;) - shutdown -s # Shuts down the computer. Specify how many minutes to to shutdown. $written on 22 sept. 2003. $First draft