DosTips - Sidemap
Detailed list of available pages at dostips.com
1 items
- DosTips - The DOS Batch Guide - Home Page [2008-01-01]
15 items
- DOS - Arithmetic - How to use SET /A for arithmetic in DOS [2008-04-01]
5 items
- DOS - Arithmetic - How to use SET /A for arithmetic in DOS [2008-04-01]
- Floating Point Arithmetic - Working around the limitations if the command processor. [2008-04-01]
- Large Integers - Working around the limitations if the command processor. [2008-04-01]
- Percent - Basic Percent arithmetic. [2008-04-01]
- SET /A - Basic Integer Arithmetic. [2008-04-01]
- DOS - My First Batch File - Lern how to write a DOS batch file yourself. [2008-03-13]
1 items
- DOS - Script Snippets - DOS Batch Script Snippets. [2008-03-13]
28 items
- DOS - String Manipulation - Basic string manipulation in batch like you are used to from other programming languages. [2008-01-01]
15 items
- Align Right - Align text to the right i.e. to improve readability of number columns. [2008-01-01]
- Left String - Extract characters from the beginning of a string. [2008-01-01]
- Map and Lookup - Use Key-Value pair list to lookup and translate values. [2008-01-01]
- Mid String - Extract a Substring by Position. [2008-01-01]
- Remove - Remove a substring using string substitution. [2008-01-01]
- Remove both Ends - Remove the first and the last character of a string. [2008-01-01]
- Remove Spaces - Remove all spaces in a string via substitution. [2008-01-01]
- Replace - Replace a substring using string substitution. [2008-01-01]
- Right String - Extract characters from the end of a string. [2008-01-01]
- Split String - Split a String, Extract Substrings by Delimiters. [2008-01-01]
- String Concatenation - Add one string to another string. [2008-02-26]
- Trim Left - Trim spaces from the beginning of a string via "FOR" command. [2008-04-28]
- Trim Quotes - Remove surrounding quotes via FOR command. [2008-01-01]
- Trim Right - Trim spaces from the end of a string via substitution. [2008-01-01]
- Trim Right - Trim spaces from the end of a string via "FOR" command. [2008-01-01]
- DOS - XCopy Copy Tips - Use XCopy for more than copy. I.e. check if a file is open and more... [2008-03-13]
1 items
- DOS - XCopy Copy Tips - Use XCopy for more than copy. I.e. check if a file is open and more... [2008-03-13]
- DOS Batch - File Examples - A collection of batch files. [2008-01-01]
18 items
- Classic FTP - Executing a FTP script. [2008-01-01]
- DOS Batch - Advanced Menu - Toggle menu options, persist settings for the next run. [2008-01-01]
- DOS Batch - Advanced Template - Template with version history, window title, delayed automatic exit. [2008-01-01]
- DOS Batch - File Search List - Quickly find a file on your hard drive. [2008-01-01]
- DOS Batch - Find and Replace - Search a file and replace all occurrences of a string with another string. [2008-01-01]
- DOS Batch - FTP Scripts - File Transfer with FTP, One-File Solution. [2008-01-01]
1 items
- DOS Batch - Interfacing non DOS Software - Embed other languages into your batch, like: Perl, SQL, FTP, ... [2008-01-01]
5 items
- DOS Batch - Progress - Show progress in batch using the title bar [2008-03-29]
- DOS Batch - Simple Menu - Simple menu framework. Plug in a new menu item and coresponding script as single function block. [2008-01-01]
- DOS Batch - Sorting text with numbers - Sorting that handles numbers as numbers not text. [2008-01-01]
- DOS Batch FTP - Simple - FTP script and batch in a single file. [2008-01-01]
- DOS Function Template - A function template with all features of a true DOS function. [2008-01-01]
- DOS Help File Builder - Command reference in HTML format via batch. [2008-01-01]
- OSQL.EXE - Run SQL script from DOS Batch - SQL script and dos batch script in one file, the One-File Solution [2008-01-01]
- OSQL.EXE - Run SQL script from DOS Batch, passing parameters - Run SQL scripts with parameters passed in from the batch script. [2008-01-01]
- Perl - Perl Script within a DOS Batch - Perl script and batch in a single file. [2008-01-01]
- Perl Script within a DOS Batch with delayed exit - Perl script and batch in a single file. [2008-01-01]
- Simple Batch Template - Template with simple init and exit. [2008-01-01]
- DOS Batch - FTP Scripts - File Transfer with FTP, One-File Solution. [2008-01-01]
- DOS Batch - Function Tutorial - What it is, why it`s important and how to write your own. [2008-01-01]
13 items
- DOS Batch - Functions - Keep your batch script clean, call DOS functions. [2008-01-01]
72 items
- :append - appends a string to a specific line in a text file
[2008-02-19]
- :bannerPingPong - moves text in varref one step left or right and updates title
[2008-02-19]
- :bannerRotate - rotates text in varref one step and updates title
[2008-02-19]
- :choiceListInput - lets the user choose from list of last entered values
[2008-02-19]
- :CmpFTime - compares the time of two files, succeeds if condition is met, fails otherwise
[2008-02-19]
- :count - counts the number of occurrences of needle in haystack
[2008-02-19]
- :date2jdate - converts a gregorian calender date to julian day format
[2008-02-19]
- :dayOfYear - returns the day of the year, i.e. 1 for 1/1/2008, 266 for 12/31/2008
[2008-06-12]
- :DeleteIfOld - deletes file or directory if older than given number of days
[2008-02-19]
- :doProgress - display the next progress tick
[2008-03-27]
- :dumpArr - dump the array content / under construction
[2008-02-19]
- :echo - echoes text in a specific color
[2008-02-19]
- :extractFileSection - extract a section of file that is defined by a start and end mark
[2008-02-19]
- :ExtractFunction - extract a function by label
[2008-02-19]
- :false - returns failure
[2008-02-19]
- :Format - output columns of strings right or left aligned
[2008-02-19]
- :fprop - return a file property
[2008-02-19]
- :ftime - compares the time of two files, succeeds if condition is met, fails otherwise
[2008-02-19]
- :getColorCode - convert color text to color code
[2008-02-19]
- :getDrives - returns array of drive information
[2008-02-19]
- :getFunctions - returns a comma separated list of all functions
[2008-02-19]
- :getHostName - resolved IP address to computer name
[2008-02-19]
- :getIP - return THIS computers IP address
[2008-02-19]
- :getRandomColor - returns a random color
[2008-02-19]
- :GetRegValue - Returns a registry value
[2008-02-19]
- :getServices - returns array of service information
[2008-02-19]
- :getVarsByAttr - returns a comma separated list of variables based on an attribute name
[2008-02-19]
- :htmlhelp - dumps html help to console
[2008-02-19]
- :Init - initializes the environment for this command library
[2008-02-19]
- :initProgress - initialize an internal progress counter and display the progress in percent
[2008-03-27]
- :initVarsByAttr - Restore the values of the persistent variables to defaults
[2008-02-19]
- :IsFileOpen - succeeds if file in use, fails otherwise
[2008-02-19]
- :IsRegKey - Succeeds if key exists
[2008-02-19]
- :IsRegValue - Succeeds if Key and Value exists
[2008-02-19]
- :IsServiceRunning - returns success if service is running, otherwise failure
[2008-02-19]
- :jdate - converts a date string to julian day number with respect to regional date format
[2008-02-19]
- :jdate2date - converts julian days to gregorian date format
[2008-02-19]
- :kBytesFree - returns the free space of a drive in kilobytes
[2008-02-19]
- :l2a - Convert a list to an array
[2008-02-19]
- :loadPersistentVars - Load the values of the persistent variables
[2008-02-19]
- :loadRegVars - Load the values of the persistent variables
[2008-02-19]
- :lookup - lookup key in map of key-value pairs
[2008-02-19]
- :lTrim - Strip whitespace (or other character) from the beginning of a string
[2008-02-27]
- :MakeAbsolute - makes a file name absolute considering a base path
[2008-02-19]
- :MakeRelative - makes a file name relative to a base path
[2008-02-19]
- :NetworkDeviceGuid2Name - get a Network Device Name from its coresponding GUID
[2008-02-19]
- :NetworkDeviceName2Guid - get a Network Device GUID from its coresponding Name
[2008-02-19]
- :parse - parse a string matching a formatter
[2008-02-19]
- :pwd - shows a password dialog box
[2008-02-26]
- :regedit - [IN] key - registry key to be shown after opening regedit
[2008-03-14]
- :removeArr - remove an array
[2008-02-19]
- :rTrim - Strip whitespace (or other character) from the end of a string
[2008-02-19]
- :savePersistentVars - Save values of persistent variables into a file
[2008-02-19]
- :saveRegVars - Save values of persistent variables into a file
[2008-02-19]
- :set - sets var[] to output of command / under construction
[2008-02-19]
- :SetRegValue - Returns a registry value
[2008-02-19]
- :sleep - waits some seconds before returning
[2008-02-19]
- :StartsWith - [IN] text - text to be searched
[2008-03-20]
- :substitute - substitute a string in a text file
[2008-03-26]
- :ToANSI - converts a file to ANSI
[2008-02-19]
- :toCamelCase - convert a string to camel case
[2008-02-19]
- :toLower - convert uppercase character to lowercase
[2008-02-19]
- :ToUNICODE - converts a file to UNICODE
[2008-02-19]
- :toUpper - convert lowercase character to uppercase
[2008-02-19]
- :Trim - Strip whitespace (or other character) from the beginning and end of a string
[2008-02-19]
- :trimSpaces - trim spaces around string variable
[2008-02-23]
- :trimSpaces2 - trim spaces around string and assigns result to variable
[2008-02-19]
- :true - returns success
[2008-02-19]
- :Unique - returns a unique string based on a date-time-stamp, YYYYMMDDhhmmsscc
[2008-02-19]
- DOS Batch - CMD Function Library - Need a new feature? It might already be scripted. [2008-01-01]
- DOS Batch - Function Tutorial - What it is, why it`s important and how to write your own. [2008-01-01]
- DOS Function Template - A function template with all features of a true DOS function. [2008-01-01]
- DOS Batch - Interfacing non DOS Software - Embed other languages into your batch, like: Perl, SQL, FTP, ... [2008-01-01]
- DOS Batch - Menus - Need a menu? See which of these menu frameworks fits your needs. [2008-01-01]
2 items
- DosTips - Sidemap - Detailed list of available pages at dostips.com [2008-03-13]
1 items
- DosTips - The DOS Batch Guide - Home Page [2008-01-01]
- General - Contact information, DosTips.com / CmdTips.com terms of use, ... and more [2008-01-01]
4 items
- About Us - "Complexity comes easy, simplicity takes brain." (Peter Hartmann - founder of DosTips.com) [2008-01-01]
- Contact Information - Want to leave a message? [2008-01-01]
- General - Contact information, DosTips.com / CmdTips.com terms of use, ... and more [2008-01-01]
- Terms of Use - [2008-01-01]
- Unit Test Function Library - Unit Test for DosTips Functions. [2008-02-28]
22 items