Google
×
Title: Find Drive By Label (GPL) Weblog: Cynosure.X International Excerpt: "FindDriveByLabel.bat" is a batch file that finds the drive with the specified label.
"IsDriveReady.cmd" is a batch file that can help you determine whether a drive is ready. This batch script is most useful to detect if a compact disc is ...
IsDirectory.bat is a Windows batch program that can help determine if a specified path is a directory or not. IsDirectory.bat outputs 1 (for true) when the ...
This "dirname.bat" is a Windows batch program that performs the same function as as the UNIX "dirname" command. And that function is to strip the child name ...
This "basename.bat" is a Windows batch program that performs the same function as as the UNIX "basename" command. And that function is to strip the parent ...
Apr 26, 2010 · "Which.bat" is Windows batch program that output the full executable path if found. It does the same thing that the UNIX "which" command ...
"RunAsAdministrator.cmd" is Windows batch program that elevates a script or program to admin level. This script does the same thing as you right-clicking on a ...
DirectoryHasFile.sh is a Bourne Shell script that helps your custom shell scripts determine whether the specified directory contains any files. This script ...
Take Control is distributed with source code under the General Public License (GPL). You can modify it and enhance it as you wish. You may freely distribute the ...
"HasAdminPrivilege.cmd" is a Windows batch program that can helps you determine whether your script is running as administrator or not. "HasAdminPrivilege.cmd" ...