Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
cmd.exe /C "c:\path to batch file\filename.bat"
Close.bat said:REM *****Close.bat*****
REM Kill Folding@Home because it makes games minimize for whatever reason.
taskkill /IM winFAH.exe /F
REM Kill uTorrent because it hogs network bandwith.
taskkill /IM uTorrent.exe
REM Kill other processes here.
REM Start FRAPS, because I don't want it on the taskbar, but I like it in 3D games.
cd C:\Program Files (x86)\Fraps
start fraps.exe /MIN
Restart.bat said:REM *****Restart.bat*****
REM Restart Folding@Home because the game is done.
cd C:\Program Files (x86)\Folding@Home
start winFAH.exe
REM Restart uTorrent because the game is done.
cd C:\Program Files (x86)\uTorrent
start uTorrent.exe
REM Restart other processes here.
REM Kill FRAPS, because I don't want it on the taskbar, but I like it in 3D games.
taskkill /IM fraps.exe /F