Dislplay PC - CPU - RAM With DOS via Bat file- Help Needed
Posted: 06 Mar 2012 08:20
I have a script to copy files from my nas to a local machine, and install office 2007.
Before the script runs, i would like it to display the CPU speed and RAM.Then if the user wants to run the script press continue, or No for ( run the Script later )
the is on xp and win 7, thanks for any help
@echo off
net use Z: /d /y
net use Z: \\NAS ADDRESS
xcopy Z:\software /s c:\software\ /y
c:\software\Office_2007\setup.exe /adminfile c:\software\Office_2007\full.msp
Before the script runs, i would like it to display the CPU speed and RAM.Then if the user wants to run the script press continue, or No for ( run the Script later )
the is on xp and win 7, thanks for any help
@echo off
net use Z: /d /y
net use Z: \\NAS ADDRESS
xcopy Z:\software /s c:\software\ /y
c:\software\Office_2007\setup.exe /adminfile c:\software\Office_2007\full.msp