I need to delete a file but I can't navigate to it.

iamtrout

Diamond Member
Nov 21, 2001
3,001
1
0
I've got a 450MB TIFF image file that I made from 8 or so 8MP image files stitched together. The sh!tty thing is that it's so big Windows Explorer crashes IMMEDIATELY when the folder containing the file is opened. It even crashes when the folder CONTAINING the folder CONTAINING the image file is opened. :D

Anyone know any commands to delete the file through cmd prompt or something?
 

iamtrout

Diamond Member
Nov 21, 2001
3,001
1
0
The image location is:

C:\Documents and Settings\User\My Documents\My Pictures\Washington 2005 Winter\Crescent Pano.tif
 
Aug 16, 2001
22,505
4
81
I suck as DOS so please forgive me.

use 'cd' + 'folder-name' to navigate now through folders.
use cd.. to go up one step

When you found the correct folder I believe it's del "filename.xxx"
 

iamtrout

Diamond Member
Nov 21, 2001
3,001
1
0
Ok, I'm good. It didn't even give me a confirmation or anything, but it worked. Whew.

Thanks.
 

EagleKeeper

Discussion Club Moderator<br>Elite Member
Staff member
Oct 30, 2000
42,589
5
0
The DOS deletion will not prompt unless you put an option with the command.