Home » Infrastructure » Windows » Automated Script for checking drive space in Windows (Windows server 2003 R2)
Automated Script for checking drive space in Windows [message #346246] Sun, 07 September 2008 22:33 Go to next message
dvishnu_apps
Messages: 34
Registered: September 2008
Member
Hi,

Please help on automation of checking drive space on windows through the script so that I will keep the script in windows scheduler to moniter automatically.

Regards,
Vishnu
Re: Automated Script for checking drive space in Windows [message #346247 is a reply to message #346246] Sun, 07 September 2008 22:36 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.orafaq.com/forum/t/88153/0/
Please read & FOLLOW the Posting Guidelines as stated in URL above


This question has nothing to do with Oracle.

C:\Users\HomeUser>at /?
The AT command schedules commands and programs to run on a computer at
a specified time and date. The Schedule service must be running to use
the AT command.

AT [\\computername] [ [id] [/DELETE] | /DELETE [/YES]]
AT [\\computername] time [/INTERACTIVE]
    [ /EVERY:date[,...] | /NEXT:date[,...]] "command"

\\computername     Specifies a remote computer. Commands are scheduled on the
                   local computer if this parameter is omitted.
id                 Is an identification number assigned to a scheduled
                   command.
/delete            Cancels a scheduled command. If id is omitted, all the
                   scheduled commands on the computer are canceled.
/yes               Used with cancel all jobs command when no further
                   confirmation is desired.
time               Specifies the time when command is to run.
/interactive       Allows the job to interact with the desktop of the user
                   who is logged on at the time the job runs.
/every:date[,...]  Runs the command on each specified day(s) of the week or
                   month. If date is omitted, the current day of the month
                   is assumed.
/next:date[,...]   Runs the specified command on the next occurrence of the
                   day (for example, next Thursday).  If date is omitted, the
                   current day of the month is assumed.
"command"          Is the Windows NT command, or batch program to be run.


This tread is now locked.

Previous Topic: Installation Problem Oracle 10g XE on Windows XP sp2
Next Topic: Unable to create DSN using SQLConfigDataSource on windows 64bit
Goto Forum:
  


Current Time: Thu Mar 28 05:26:18 CDT 2024