H
hooverd
I have a command line that I am using to run Defrag from the Command window
on Win2K systems, however I need the results to create a text file on their C:
here is the command I am using.
@ECHO OFF
START "Defragmenting Hard Drive Before Shutting Down" /WAIT defrag.exe c: -f -
v
Any ideas how to make the text file happen?
on Win2K systems, however I need the results to create a text file on their C:
here is the command I am using.
@ECHO OFF
START "Defragmenting Hard Drive Before Shutting Down" /WAIT defrag.exe c: -f -
v
Any ideas how to make the text file happen?