Computing.Net > Forums > Windows XP > Wiping without XP Installation CD

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.

Wiping without XP Installation CD

Reply to Message Icon

Name: mixxy
Date: November 16, 2008 at 16:40:57 Pacific
OS: Windows XP Prof SP 2
CPU/Ram: 735 MHz/320 MB RAM
Product: VIA Technologies, In
Comment:

I'm giving my old computer to a friend, so am in the process of deleting all of my info. I'd like to wipe the hard drive, but I no longer have my Windows installation CD (I know, I know).

Is there any way I can do this without deleting operating system files? Are there reliable programs that will only wipe selected folders? Please suggest a course of action. :)



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: November 16, 2008 at 20:33:16 Pacific
Reply:

Get the names of folders to wipe into a text file with complete drive, path like this:

c:\mystuff
e:\pix

then use this script:

===========================================
:: NOTE: here the list isn called FOLDLIST

@echo off & setLocal EnableDelayedExpansion

for /f "tokens=* delims= " %%a in (foldlist) do (
pushd %%a
for /f "tokens=* delims= " %%f in ('dir/b/a-d') do (
type nul > %%f
)
)


=====================================
If at first you don't succeed, you're about average.

M2


0

Response Number 2
Name: trvlr
Date: November 17, 2008 at 00:00:19 Pacific
Reply:

mmm - have you tried to get a replacement disk from vendor/supplier and/or M$? Surely worth a try?


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: Wiping without XP Installation CD

Making a new Windows XP install cd www.computing.net/answers/windows-xp/making-a-new-windows-xp-install-cd/44466.html

Windows XP installation CD LOST.... www.computing.net/answers/windows-xp/windows-xp-installation-cd-lost/150827.html

Win XP Install--Lost CD www.computing.net/answers/windows-xp/win-xp-installlost-cd/152364.html