How to create a DOS function ? (known also as a subroutine)

Card Puncher Data Processing

About

functions in dos are:

Example

CALL :function arguments

:function
REM exit the subroutine 
goto :EOF

where:

  • arguments are the argument of the subroutine
  • goto :eof exit the subroutine







Share this page:
Follow us:
Task Runner