Dos - Interpreter

Card Puncher Data Processing

About

A batch script is interpreted by:

How to

know the interpreter

To get the interpreter location, use the variable ComSpec:

>echo %ComSpec%
C:\Windows\system32\cmd.exe

or the dynamic variable %CMDCMDLINE%

echo %CMDCMDLINE%
"C:\Windows\system32\cmd.exe"





Discover More
Card Puncher Data Processing
DOS - VERIFY Command

Tells the cmd.exe whether to verify that your files are written correctly to a disk. Type VERIFY without a parameter to display the current VERIFY setting.
Card Puncher Data Processing
Dos - (Batch) Script

The batch script is a text file with the extension .bat or .cmd that is interpreted by a batch interpreter. You can call a batch script by : writing its name in the source script: The script execution...
Card Puncher Data Processing
Dos - (CMD|Interpreter) Version

To get the version of cmd, the interpreter, you can use the dynamic variable %CMDEXTVERSION%.
Card Puncher Data Processing
Dos - Cmd (Command interpreter)

Cmd starts a new instance of the Windows command interpreter More info: The switches must be on one line but for the purpose of clarity we have put one switch by line. where: /Q turns echo off...
Card Puncher Data Processing
Dos - Dynamic Variable

Dynamic Variable are managed by the interpreter in order to give access to environment variable but theyare not variable in the way that you can't set them in order to change their value. %CD%: the...
Card Puncher Data Processing
Dos - Utility

A utility program shall be either: an executable file, such as might be produced by a compiler or linker system from computer source code, or a file of shell source code, directly interpreted by the...



Share this page:
Follow us:
Task Runner