×
This online utility allows you to convert HTML into plain text. It does so by removing all of the HTML tags. Type or copy-and-paste the HTML text you wish to ...
"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 ...
This online utility allows you to convert text paragraphs into HTML tagged paragraphs. It saves you the time and effort of adding line-breaks, opening and ...
HTML Character Codes. HTML Character Codes Set 01 · HTML Character Codes Set 02 · HTML Character Codes Set 03 · HTML Character Codes Set 04 · HTML Character ...
"DriveLabel.bat" is a batch file that returns the label given a drive letter. "DriveLetter.bat" takes advantage of the following batch files, which are also ...
... (GPL) Version 2, June 1991 usage () { scriptName=`basename "$0"` echo " Usage: ${scriptName} host" } if [ $# -eq 1 ] then host="$1" output=`ping -c 1 -t 1 ...
ContainsRegEx.cmd is a Windows batch program that can help determine if a specified string contains a specified regular expression. ContainsRegEx.cmd outputs 1 ...
"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 ...
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 ...
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 command-line ...