Computing.Net > Forums > Windows 95/98 > Delindex.bat ?

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.

Delindex.bat ?

Reply to Message Icon

Name: KrissKcull
Date: May 2, 2005 at 12:35:48 Pacific
OS: WIN 98
CPU/Ram: rr
Comment:

I ran the 'delindex.bat' MS-DOS Batch File in MS-DOS on my computer. I had delted the 'INDEX.DAT' files previously by manual input. The problem is that my harddrive storage increased by around 10MB after the batch file was run, it also only took a few seconds to process. Any ideas for this reason, I'm mystified.



Sponsored Link
Ads by Google

Response Number 1
Name: Justme
Date: May 2, 2005 at 13:01:52 Pacific
Reply:

If you opened the batch file you'd see that it actually cleans out more than just the "INDEX.DAT" file. So don't panic.

I run that batch file in my autoexec along with another command which deletes the "win386.swp" file every time I turn my system on.

Nothing like a system that's free and clear of garbage. Works for me :)

Hard lessons learnt are not easily forgotten.


0

Response Number 2
Name: Derek
Date: May 2, 2005 at 13:36:35 Pacific
Reply:

If the free HD space increased then thats fine.

Derek.W


0

Response Number 3
Name: Ole Schooler
Date: May 2, 2005 at 20:33:14 Pacific
Reply:

Just Me,

Just started using Delindex here also, makes short work of many folders that I used to clean by hand now, and add's quite a few that I never bothered with. It is a nice program, and I DO like that it can be altered for non-standard Windoz installs.

What do you use to delete the swap file? do you add a line into the Delindex.bat or do you run it out of the autoexec.bat. . . Do you mind posting the code.

If this is inappropiate to answer in this topic, please direct it to my email addy.

Thanks
~OS~

There are 2 theories to arguing with a woman...neither works. Will Rodgers


0

Response Number 4
Name: Dan Penny
Date: May 3, 2005 at 09:10:14 Pacific
Reply:

If the swapfile is in the original location;

if EXIST c:\windows\win386.swp del c:\windows\win386.swp

If it's been moved by altering the default settings;

if EXIST c:\win386.swp del c:\win386.swp
if EXIST d:\win386.swp del d:\win386.swp
if EXIST e:\win386.swp del e:\win386.swp

and so on, depending on what drive you've put it on.

You don't really need the "if exist" statement either. (The above is from my purge.bat file.) All you need is;

del c:\win386.swp or
del d:\win386.swp or
del e:\win386.swp etc.

It's a good day when you learn something


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Stuck on Windows Screen Win98 to win98se



Post Locked

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


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Delindex.bat ?

DELINDEX.BAT detected as virus? www.computing.net/answers/windows-95/delindexbat-detected-as-virus/157643.html

** New DELINDEX.BAT for index.dat files www.computing.net/answers/windows-95/-new-delindexbat-for-indexdat-files/107273.html

PC privacy advice - delindex.bat www.computing.net/answers/windows-95/pc-privacy-advice-delindexbat/149510.html