Jump to content

CONFIG.SYS - CALL Statements: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[The Config.sys Documentation Project|Return to The Config.sys Documentation Project Main Page]]
{{CFGProject}}
 
The Call statement in your config.sys file is used to run a program during the boot up. Programs started by Call are executed in the foreground, the boot stops until the program has finished.
The Call statement in your config.sys file is used to run a program during the boot up. Programs started by Call are executed in the foreground, the boot stops until the program has finished.


Line 7: Line 6:
*[[CHKDSK.COM]]
*[[CHKDSK.COM]]
*[[CMD.EXE]]
*[[CMD.EXE]]
 
*[[DCF2.EXE]]
==DCF2.EXE==
*[[EQNINDST.EXE]]
This driver is used by the DCF/2 disk compression program.
*[[EQNINNEW.EXE]]
CALL=C:\DCF2\DCF2.EXE <parameter>
*[[EQNKCTLD.EXE]]
 
*[[EQNKRCLD.EXE]]
'''Platform Support:'''
*[[EQNRCLD.EXE]]
{| class="wikitable"
*[[IFX.EXE]]
|-
*[[INIFLAG.EXE]]
!OS/2 2.x
*[[ISDNLOAD.EXE]]
!OS/2 3.0
*[[MPTSTART.CMD]]
!OS/2 4.0
*[[NETBIND.EXE]]
!OS/2 4.5x
*[[PPS242A.EXE]]
|-
*[[PPS371B.EXE]]
|Yes
*[[PPS731B.EXE]]
|Yes
*[[PSNSBOOT.EXE]]
|Yes
*[[SHIFTRUN.EXE]]
|Yes
|}
 
==EQNINDST.EXE==
Part of DCAF (Distributed Console Access Facility)
 
'''ATTENTION:''' If you have not the IBM Internal Y2K fix it won't work after 31.12.1999
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==EQNINNEW.EXE==
Part of DCAF (Distributed Console Access Facility)
 
'''ATTENTION:''' If you have not the IBM Internal Y2K fix it won't work after 31.12.1999
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==EQNKCTLD.EXE==
Part of Netfinity* Version 5.20.3
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==EQNKRCLD.EXE==
Part of Netfinity* Version 5.20.3
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==EQNRCLD.EXE==
Part of DCAF (Distributed Console Access Facility)
 
'''ATTENTION:''' If you have not the IBM Internal Y2K fix it won't work after 31.12.1999
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==INIFLAG.EXE==
Lotus cc:Mail
'''NOTE:''' removes readonly flag from os2.ini
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==ISDNLOAD.EXE==
AVM ISDN-Controller B1 PCI Coomon ISDN API loader
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==MPTSTART.CMD==
The file named MPTSTART.CMD contains Socket/MPTS configuration information for a workstation. Socket/MPTS creates and updates a MPTSTART.CMD file, based on your configuration selections using the Socket/MPTS window interface or using the response files.
CALL=drive:\OS2\CMD.EXE /Q /C drive:\MPTN\BIN\MPTSTART.CMD >NUL
 
MPTSTART.CMD is automatically started when the workstation is restarted by a call statement in the CONFIG.SYS file.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|*
|C
|Yes
|Yes
|}
 
==NETBIND.EXE==
This program binds the protocols to the adapter driver that the NDIS Protocol Manager ( Protman.os2) tells it to.
CALL=C:\IBMCOM\PROTOCOL\NETBIND.EXE
 
'''NOTE:''' This program has no parameters.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|*
|C
|Yes
|Yes
|}
 
==PPS242A.EXE==
Part of PolyPM Remote Service Management Solution
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==PPS371B.EXE==
Part of PolyPM Remote Service Management Solution
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==PPS731B.EXE==
IBM RS/2 Client delivered with the OS/2 Bonus Pak.
Part of PolyPM Remote Service Management Solution.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
==PSNSBOOT.EXE==
Warp Server for e-Business Boot Restore Utility Part of Backup and Restore (formerly Personally Safe N' Sound)
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|
|Yes
|Yes
|Yes
|}
 
==SHIFTRUN.EXE==
IBM EWS program, that allows you to press shift during bootup, and run program (CMD.EXE), with a n second timeout before continuing.
CALL=\path\SHIFTRUN.EXE n (in seconds) program
 
'''TIP:''' By Steve Wendt: In other words, it boots normally, unless you press shift when this loads. If you press Shift, it starts CMD, and when you exit, it finished booting. Much easier than Alt-F1, F2.
 
'''Platform Support:'''
{| class="wikitable"
|-
!OS/2 2.x
!OS/2 3.0
!OS/2 4.0
!OS/2 4.5x
|-
|Yes
|Yes
|Yes
|Yes
|}
 
*[[SRVATTCH.EXE]]
*[[SRVATTCH.EXE]]
*[[SVDC.EXE]]
*[[SVDC.EXE]]
*[[SVDISK.EXE]]
*[[SVDISK.EXE]]
*[[XCOPY]]
*[[XCOPY.EXE]]


[[Category: The Config.sys Documentation Project]]
[[Category:The Config.sys Documentation Project]]

Latest revision as of 16:51, 1 December 2017