|
Batch Programs
You must already know how to use batch commands to use this page. I accept Batch programs can do many operations easily to save you time. Here is a simple Batch file called Ping.bat that tests a domain patdrummond.org three times to see if it's working:
@ECHO off
ECHO Ping.bat - test patdrummond.org ping patdrummond.org -n 3 PAUSE More Batch Programs
To get the program "path", right click on the shortcut (icon), select Properties, and copy the Target line. When you open the Properties box, it is highlighted already - simply type CTRL+C to copy it. Paste it into a text editor (Notepad) using CTRL+P. Save it as xxx.bat.
|
||||||||||||||||||||||||||||||||||||||
The PDQ Library is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
|