Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Vista batch files..
Name: Stuart28 Date: November 29, 2007 at 10:22:22 Pacific OS: Vista Business CPU/Ram: Core2Duo/2GB RAM Product: Custom build
Comment:
I'm looking to create a batch file under Vista but haven't had much experience with creating these under XP or Vista.
I want to be able to run a Verbose Defrag from the command prompt each time I start Vista, which should give a detailed response on how a partition/hard drive is looking.
The command I usually go with from the prompt is defrag.exe c: -v
How would I set this to run and display the output from a batch file?
Also, could anyone point me in the right direction on learning the basics of writing batch files?
Summary: Apparently, the command prompt included with Vista doesn't support UNC paths. I've got a login script (batch file) that works with XP that copies a file from a shared network location to the local PC...