The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Windows & DOS: Issues & Discussions
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-31-2007
chandraachii chandraachii is offline
Registered User
 

Join Date: Jul 2007
Posts: 1
dos batch script

We need to write a dos batch script that does following in order numbered below:

Connect to all UNIX boxes using IP,userid and password from a file.
validate if login was successful
check if there is at least 30mb disk space in the home folder of the user
Check if there are any processes in SLEEP state, started by the user used to login.
Kill the processes listed in the step 4
generate a summary page – Pass/Failed depending on the action in the particular step.

I need to write a dos batch script that does following in order numbered below:

Connect to all UNIX boxes using IP,userid and password from a file.
validate if login was successful
check if there is at least 30mb disk space in the home folder of the user
Check if there are any processes in SLEEP state, started by the user used to login.
Kill the processes listed in the step 4
generate a summary page – Pass/Failed depending on the action in the particular step.


It's urgent..pls

We need to write a dos batch script that does following in order numbered below:

Connect to all UNIX boxes using IP,userid and password from a file.
validate if login was successful
check if there is at least 30mb disk space in the home folder of the user
Check if there are any processes in SLEEP state, started by the user used to login.
Kill the processes listed in the step 4
generate a summary page – Pass/Failed depending on the action in the particular step.

Last edited by blowtorch; 08-01-2007 at 02:03 AM.
Reply With Quote
Forum Sponsor