Jump to content

CMD.EXE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
With this statement you can 'delay' the initialisation of the presentation manager. The effect is the same as if you would press 'ALT F1' during boot (as long 'OS/2' is visible on the left upper corner of the display) and then selecting the command-line option (F2 in Warp 4). After typing 'exit' the command-line will be closed and boot-up finishes. Useful if you have to delete locked files (specially locked DLLs).
{{ProdS |V13=*|V20=S|V21=S|V22=SS|V30=S|V31=S|V40=S|V45=S}}
With this statement you can 'delay' the initialization of the presentation manager. The effect is the same as if you would press 'ALT F1' during boot (as long 'OS/2' is visible on the left upper corner of the display) and then selecting the command-line option (F2 in Warp 4). After typing 'exit' the command-line will be closed and boot-up finishes. Useful if you have to delete locked files (specially locked DLLs).
 
==Syntax==
  CALL=\OS2\CMD.EXE <parameters>
  CALL=\OS2\CMD.EXE <parameters>
ex:
 
==Sample==
  CALL=C:\OS2\CMD.EXE /Q /C C:\MPTN\BIN\MPTSTART.CMD >NUL
  CALL=C:\OS2\CMD.EXE /Q /C C:\MPTN\BIN\MPTSTART.CMD >NUL
For starting another instance of the command processor and executing programs
For starting another instance of the command processor and executing programs

Latest revision as of 18:16, 9 August 2025

Product Support
OS/2 1.3 *
OS/2 2.0 S
OS/2 2.1 S
OS/2 2.11 SMP SS
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

With this statement you can 'delay' the initialization of the presentation manager. The effect is the same as if you would press 'ALT F1' during boot (as long 'OS/2' is visible on the left upper corner of the display) and then selecting the command-line option (F2 in Warp 4). After typing 'exit' the command-line will be closed and boot-up finishes. Useful if you have to delete locked files (specially locked DLLs).

Syntax

CALL=\OS2\CMD.EXE <parameters>

Sample

CALL=C:\OS2\CMD.EXE /Q /C C:\MPTN\BIN\MPTSTART.CMD >NUL

For starting another instance of the command processor and executing programs

See RUN CACHE386.EXE and CALL MPTSTART.CMD