Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Subject: How to find disk size with script

Original Message
Name: jwebb55
Date: November 12, 2007 at 12:02:22 Pacific
Subject: How to find disk size with script
OS: NT4
CPU/Ram: 128MB
Model/Manufacturer: IBM
Comment:
I am wondering is there is a way to write a .bat file that will tell me the size of hard disk for every NT4 machine that I have. I realize I can do this by installing WMI for NT but I don't want to do that if I don't have to. I appreciate the help.


Report Offensive Message For Removal

Response Number 1
Name: cup
Date: November 14, 2007 at 11:48:01 Pacific
Subject: How to find disk size with script
Reply: (edit)
You need to look at the drive object in wsh help. Here is an example of what you can do

<job>
<object id="fso" progid="Scripting.FileSystemObject" />
<script language="vbscript">
set dr = fso.GetDrive ("C:")
with fso.GetDrive ("C:")
WScript.echo "Available space " & cstr (.AvailableSpace)
WScript.echo "Free space " & cstr(.FreeSpace)
WScript.echo "TotalSize " & cstr(.TotalSize)
end with
</script>
</job>


Report Offensive Follow Up For Removal

Response Number 2
Name: cup
Date: November 28, 2007 at 14:22:52 Pacific
Subject: How to find disk size with script
Reply: (edit)
Are all the machines networked and are all the drives shared? You didn't say whether you wanted to do it from one machine or you want a script that can be saved and executed on every machine.

Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: How to find disk size with script

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software



Version Tracker Pro
Keep your software current and secure, effortlessly

Click Here for a Free Scan

Driver Agent
Automatically find the latest drivers for your computer.
Click Here for a Free Scan



The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC