[Toc][Index]

The HELP command


The file that executes the <HELP command in OS/2 is a batch file. 
Therefore, calling the HELP command from within a REXX program generates 
the error message <SYS1803. To avoid this error you must use either 

 
'CMD /C HELP' parameter

or 

 
'HELPMSG ' parameter

(HELPMSG is the program called from HELP.CMD).   

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs