Skip to content

Windows batch files that may be of use to you or someone you know.

Notifications You must be signed in to change notification settings

tanovex/BatchTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BatchTools

Windows batch files that may be of use to you or someone you know.

hiber.bat

Hibernates your computer after a designated number of seconds. hiber.bat [seconds]

Example:

hiber.bat 30

appwait.bat

Waits for a process to close before executing a command. appwait.bat [process] [command]

Example:

appwait.bat iexplore.exe "time /t"

cntappkill.bat

Exits when the process closes or when the runtime countdown ends. cntappkill.bat [process] [runtime] [waittime]

Example:

cntappkill.bat iexplore.exe 10 5

About

Windows batch files that may be of use to you or someone you know.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published