[TUTORIAL] Create a BAT file to launch several programs
|
2015-08-16, 07:40
(This post was last modified: 2015-08-16 07:42 by Val.)
Post: #7
|
|||||||
|
|||||||
RE: [TUTORIAL] Create a BAT file to launch several programs
2 methods to make a timer, simply add one of these in the file :
1) The timeout command : timeout /T 1 /nobreak /T number = set time (in seconds) /nobreak = ignore key press so it won't interrupt the timer if you press a key. 2) You can "make" a timer by pinging an invalid IP address : ping 1.2.3.4 -n 1 -w 1000 >NUL -n number = number of request to send (leave it to 1) -w number = delay in milliseconds (1000 = 1 sec) |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies: | Views: | Last Post | |
[TUTORIAL] - Wifipad - How to create and use! | McGherkin | 104 | 125,504 |
2015-08-10 17:32 Last Post: Jacob |
|
[TUTORIAL] Create Your Own Chatlog | Ash | 9 | 12,849 |
2015-08-10 14:16 Last Post: Roy |
User(s) browsing this thread: 8 Guest(s)
Powered By MyBB, © 2002-2025 MyBB Group