Batchfile
Batchfile is an actively used programming language created in 1985.
34Years Old | 12,375Users | 0Jobs |
- Batchfile ranks in the top 20% of languages
- the Batchfile wikipedia page
- Batchfile first appeared in 1985
- See also: jcl, linux, notepad-editor, unicode, kixtart, vbscript, jscript, windows-powershell, unix, perl, python, ruby, php
- I have 52 facts about Batchfile. just email me if you need more.
Example code from Wikipedia:
C:\>set /p ="Message 1"<nul >data.txt C:\>set /p ="Message 2"<nul >>data.txt C:\>set /p ="Message 3"<nul >>data.txt C:\>type data.txt Message 1Message 2Message 3Edit
Last updated February 11th, 2019