Tweets from pichat
| Follow my new user account @markseu About 2 months, 3 weeks ago from Pichat (Pichat Software) |
Tweets from 600infos
| I HAVE NYANED FOR 888.4 SECONDS! http://t.co/JQYOZebv via @nyannyancat About 3 months, 3 weeks ago from 600infos (Wolf) |
Trace: » FileZilla » firewall.cmd for windows 7 and XP » Was man (ich) bei einem neuen Windows 7 zuerst macht » formatiere Schrift » gksu » herunterfahren.cmd
You are here: Pichat Wiki (en) » Snippets » herunterfahren.cmd
herunterfahren.cmd
- herunterfahren.cmd
@echo.off Rem ##################################################### Rem # Rem # SCRIPT: herunterfahren.cmd Rem # Rem # beendet den Computer in einer definierten Zeit Rem # Rem # usage: copy the file in the directory and start it Rem # Rem # Version 0.0.11 Mark Wolfgruber 2011-11-11 Rem # Rem ##################################################### set _time=300 set /p _time=Time to shutdown [%_time%]: set /a _time=%_time% + 1 if %_time% EQU 1 exit /b shutdown -s -t %_time% -f pause shutdown -a