×
Because RelayTransfer.sh is written as a command-line Bourne shell script, it can be used in your own custom scripts. You can use it to automate your transfers.
SetVariableToOutput.bat is a Windows batch program that sets a variable to the output of an execution. With it, you can use the output of another program with ...
Reverse.bash is a Bash shell script that reverses the order of your text file. Simply pass the input and output file paths as argument and it will do the trick.
May 20, 2024 · AddDoubleQuotesPerLine.sh is a Bourne shell script that converts each line that is piped into the script into a double quoted string.
GetTempPathName.bat is a Windows batch file that provides your batch programs with a guaranteed unique temporary file name. Just call this script with the ...
"Newer.cmd" is Windows batch program that determines the newer file, based on the two files as input. Once it determines while file is newer, it outputs the ...
Sleep.bat is a Windows batch program that pauses your batch file for temporary before continuing. To use it, call it from you batch file and specify the number ...
TakeControlOf.cmd is a Windows Vista batch program that helps you regain ownership and full permission to any file or directory. You have to be part of the ...
HasNUL.bat returns "true" if the NUL device exists, while it returns "false" if the NUL device doesn't exist. The following is an example of using HasNUL.bat in ...