SUMMARY
The AT command should be used only to run programs that do no screen,
keyboard, etc. I/O. When the AT command spawns a process, it runs
detached in the background.
Unfortunately, when that process is spawned, it will not have a path.
Therefore, if anything is run that is not in the \LANMAN\NETPROG
subdirectory, or is an internal OS/2 command (such as COPY), a
complete path must be specified. For example, the following command
can be used:
c:\binp\cp \autoxec.bat \save\autoexec.bat
However, if a PATH statement is inserted in OS2INIT.CMD, this PATH
statement will be valid while the process is running. This works
because OS2INIT.CMD is executed when the new process is spawned.