×
Restaurant List for "Where Should I Eat.mscr" · Attach · Edit · Revisions
This "IsHostAlive.bat" is a Windows batch program that determines whether a host computer or network device is alive. It does the check by sending a ping to the ...
Excerpt: "FindDriveByLabel.bat" is a batch file that finds the drive with the specified label. If it is able to find a drive with the label, that drive is ...
DirectoryHasFile.sh is a Bourne Shell script that helps your custom shell scripts determine whether the specified directory contains any files. This script ...
I found a bug with "IsDirectory.bat" where it couldn't recognize "..\" as a directory. And it couldn't recognize drives (e.g. "e:\") as directories. I've ...
A few days ago, I came across TakeControlOf.zip, which contained a very small TakeControlOf.cmd batch file. There were only two lines in this simple batch file ...
For the longest time, I have this Print Crop Tool on my HP 48 calculator. As a photographer, this tool is extremely handy for calculating the crop size of a ...
ContainsSubString.cmd is a Windows batch program that can help determine if a specified string contains a specified substring. ContainsSubString.cmd outputs 1 ( ...
"ConvertTableTabs2HTML.bash" is an UNIX BASH script that helps you convert tab separated value data into a table in HTML format. The results can be sent to the ...
So I had to update the SetVariableToOutput.bat script to write its temporary files to the temporary directory specified by the Windows environment variable % ...