[Richware Logo]


All software distributed from these pages has been released to public domain. Software may be freely copied, distributed, and modified. Software is provided as is, free of charge. The author assumes no responsibility or liability for the use of this software.


AUTOSPAWN


AUTOSPAWN is a simple utility that allows you to dynamically create a command procedure and execute it in a subprocess. The output of the subprocess is saved in a file AUTOSPAWN.LOG located in your home directory.

AUTOSPAWN is distributed as a DCL command procedure.

Example Usage
$ @AUTOSPAWN
> DIRECTORY /SELECT=SIZE=MIN=5000 /SIZE=ALL DSA0:[*...]
> SHOW DEVICE DSA0:
> EXIT
% DCL-S-SPAWNED, process RJOHNSON_1 spawned
Output will be located in SYS$LOGIN:AUTOSPAWN.LOG

$ @AUTOSPAWN
> DEFRAG
> #SHOW /ALL
> EXIT
% DCL-S-SPAWNED, process RJOHNSON_2 spawned
Output will be located in SYS$LOGIN:AUTOSPAWN.LOG
 



Downloading Instructions: Click on View Command Procedure below, then use your browser's Save As option from the File menu to save the command procedure.


View Command Procedure
     
View Online Documentation



Back to the Home Page


©1998 by Richard D. Johnson