Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch command
Name: nauj Date: May 30, 2005 at 11:20:53 Pacific OS: AIX 5.1 CPU/Ram: IBM
Comment:
Hi,
I want to use batch command in order to run a group of jobs in parallel. This jobs are heavy jobs and using batch command I want that some of the jobs wait for ending of other jobs and the load of the machine get lower.
In this way all of the jobs start at same time and machine CPU go to 100 %. Using batch commmand I want that some of the scripts waits for a percent of use of CPU lower.
Summary: i've to write a shell script which does the same as the "batch" command. (reads commands to be executed at a later time) I don't know how to start. i hope someone can help me! i've to write a shell s...
Summary: Trying to get a batch file to restore a certain file from floppy drive to a specific directory on the hard drive. The help on ntbackup states that you can manually run a backup command but not a rest...