home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
262.lha
/
ArpDoc_v1.3
/
Run
< prev
next >
Wrap
Text File
|
1989-07-01
|
1KB
|
67 lines
Run(V1.3) ARP User's Manual Run(V1.3)
NAME
Run - spawn a background shell.
SYNOPSIS
Run [Program command line]
DESCRIPTION
Run is used to startup a background shell. Run itself does
no parsing of the command line, it passes it unchanged to
the background shell process, which means that depending on
the shell you have loaded, you can do various interesting
things with Run.
The ARP Run will use whatever shell is loaded by the user,
trying to find the best possible shell in all cases.
You can pass multiple commands to the background shell by
terminating each commandline with a '+' before you hit
return.
To detach processes from the parent console window, you can
do Run >NIL:.
EXAMPLE
Run Copy Thisfile OverHere+
Echo "Copy complete!"
The above line will cause the background shell to first run
the Copy command, and then the Echo command.
SEE ALSO
ARun
Page 1 (printed 4/28/89)