folder shuts down
hi im not very literate when it comes to computers so sorry for the briefness. a certain folder, im not sure what it contains anymore coz its been that long since the problem began. i go to enter it via double click and it comes up with an er...
#175059 - 09/11/06 04:10 PM
Re: folder shuts down
|
peterh
addict
Registered: 05/06/04
Posts: 690
Loc: UK
|
Open a command prompt. Use the CD command to change to the folder e.g. CD \MyFolder (\ means root e.g. C:\ is root for C: drive) Type DIR to list files in the folder, try the DEL command to delete files. e.g. DEL AFile
|
|
Top
|
|
|
|
#175077 - 09/12/06 05:03 PM
Re: folder shuts down
|
Sampson
veteran
Registered: 12/18/01
Posts: 1458
|
The folder may actually have been created by your webcam software and subsequently got corrupted. Since you are having trouble with using the old DOS commands, you could try Unlocker 1.8.5 found here: http://www.majorgeeks.com/download.php?det=4660Install it through Windows Explorer and see if it can delete the folder. (It will add a menu choice through Windows Explorer when you right click on a file or folder.
|
|
Top
|
|
|
|
#175084 - 09/12/06 11:45 PM
Re: folder shuts down
|
Sampson
veteran
Registered: 12/18/01
Posts: 1458
|
Ok. Let's do it the hard way as peterh suggested. What you will want to do is first look at where this folder is located and exactly how it is spelled. In other words, in Widows Explorer, it was under the Windows folder as Wontdelete.tmp - then that tells us where it is hierarchically. You are going to have to try to delete this folder through the DOS like prompt. In this case in DOS, this folder would look like C:\Windows\Wontdelete.tmp . IF on the other hand this folder is located under you C: drive, in DOS, it would look like C:\Wontdelete.tmp . Hope you can see that where it is in the hierarchical chain means that your DOS commands have to replicate it in a command line structure.
So, you should reboot the computer and when it starts to come up press down F8 and you may have to be insistent. You should be presented with some options. The one you want to choose is Safe Mode with Command Prompt. Sometimes you can use your mouse to choose it; sometimes you have to use the number keypad. Choosing that will bring you to the DOS emulation for XP. Should be a black screen with the cursor indicating the position in the hierarchy of folders you are in. Sometimes it will come up as C:\ or sometimes it will say C:\Windows . Now this is where you have to use your keyboard to go up and down through the hiercarchical directory. In DOS a Folder is called a Directory.
To change directories you type at the Prompt cd\ This just means change directory. Generally cd\ followed by no directory name takes you to the root directory or what is equivalent to C:\ . To get to the Windows subdirectory you could type cd\Windows or to get to the system directory you would type cd\Windows\Sytstem32
You have to be in the directory you desire to delete a specific file. Be sure that the your prompt has the name of the directory before deleting anything. To sse what is in that directory (since a directory is a folder) you type dir /p This will allow you to see the files in that directory and will only scroll for a screen full and pause. Hit any key and it will continue showing what files are in that directory until there are no more files.
Now, you are wanting to delete the \Wontdelete.tmp directory. However, you first have to find out whether that directory (or folder) has files in it since you can't remove it until the directory is empty. Pretending for the moment that this directory was in the Windows directory, you would type cd\Windows\Wontdelete.tmp . If it lets you in, type dir /p and see if it contains any files. IF it does contain files, you would type del *.* to wipe them all out. If it doesn't have any files, then you will need to get out of the directory by typing (in this case) cd\Windows . To get rid of the directory you do not use the del command. Rather, you would type rd\Windows\Wontdelete.tmp
Hope this helps.
|
|
Top
|
|
|
|
#175326 - 10/02/06 01:02 AM
Re: folder shuts down
|
Relic
addict
Registered: 02/12/05
Posts: 516
Loc: Ontario, Canada
|
We need to know what's running in the background, do you know exactly what every process in your device manager is for? Could you spot something out of the ordinary? If so, you shouldn't be asking questions in here, you should be answering them. 
_________________________
The lightning flashes through my skull; mine eyeballs ache and ache; my whole beaten brain seems as beheaded, and rolling on some stunning ground.
AMD Athlon64 3700+ @2.64ghz 240/11 (stock air, lapped) 1.475V DFI LanParty Ultra-D PCI-E (Modded to SLI) 2X eVGA 7600GT CO @645/850 (Volt Modded) OCZ Platinum EL 2X512 2-3-3-6 1T Dual Channel @220mhz WD Caviar SE 80G 7200rpm 8MB Sony CD burner
|
|
Top
|
|
|
|
#175334 - 10/02/06 05:23 AM
Re: folder shuts down
|
technoplume
stranger
Registered: 01/11/03
Posts: 18
|
what is the folder name? can you acces it and see what is inside. did you installed a program like changeext that let you have more option on the right click action on a file or document. remove it and try again.
_________________________
AMD athlon XP 1800+ @1.56ghz on Gigabyte ga-7vaxp kt400 ATI 9550 Pro AGP 8x, AHA-2940UW Maxtor 6E040L0x2 on raid 0, Maxtor 6E040L0 + 6L060J0 IDE, SG ST318405LW 18gi x2 CD-RW LG 8526B, DVD-RW Pioneer dvr-108 Dell D1028L 17" & Nec FE991SB 19" JVC RX-R85X Amplified Tuner, Yamaha natural sound EQ-70 10 band x2, 100w/channel + 150w sub 4ohm.
|
|
Top
|
|
|
|
#175347 - 10/02/06 05:02 PM
Re: folder shuts down
|
Wilhelmus
old hand
Registered: 12/21/04
Posts: 1025
Loc: Finland / Suomi
|
1. Try disabling the Windows' shell preview components. 1) Start->Run: regsvr32 /u shmedia.dll regsvr32 /u shimgvw.dll 3) See if you can delete/access the folder. 4) Re-enable the components, Start->Run: regsvr32 shmedia.dll regsvr32 shimgvw.dll
2. Run check disk for the drive, where the troubling folder is located. Start->Run: chkdsk /f DRIVE, where DRIVE is, for example, C:. If the drive is system drive (drive which contains Windows), you'll be asked if you like to do the check on next boot up. Answer yes and next time you restart Windows, the drive will be checked for possible errors and fixed.
You can also run much deeper (and longer) test for the drive. Just issue following command instead: chkdsk /r DRIVE. This checks for bad sectors and tries to restore possibly corrupted files. Again, if the drive is system drive you'll need to answer yes and reboot.
|
|
Top
|
|
|
|
#175365 - 10/04/06 02:53 AM
Re: folder shuts down
|
Relic
addict
Registered: 02/12/05
Posts: 516
Loc: Ontario, Canada
|
I don't think you're paranoid, I think you may have a virus or Trojan on your system. Possibly a boot sector virus that just keeps coming back after you scan your HDD with an AVP. Possibly just your boot sector is corrupt, either way, it has to be fixed. A corrupt boot sector can give you weird characters for file names, just like a virus. So, try this out, boot from your XP CD, when you get the option to select "R" for the Recovery Console, choose it. Once in the recovery console, type in fixboot and hit enter, this will write a new boot sector to your HDD. If that doesn't solve the prob, boot from the XP CD again, enter the recovery console again, and this time type in fixmbr, this will write a new master boot record to your HDD. I'm sure one of those will do the trick, "fixboot" would be my first attempt at fixing it. 
_________________________
The lightning flashes through my skull; mine eyeballs ache and ache; my whole beaten brain seems as beheaded, and rolling on some stunning ground.
AMD Athlon64 3700+ @2.64ghz 240/11 (stock air, lapped) 1.475V DFI LanParty Ultra-D PCI-E (Modded to SLI) 2X eVGA 7600GT CO @645/850 (Volt Modded) OCZ Platinum EL 2X512 2-3-3-6 1T Dual Channel @220mhz WD Caviar SE 80G 7200rpm 8MB Sony CD burner
|
|
Top
|
|
|
|
|
|
2 Registered (CatFan, Myke),
276
Guests and
39
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
91273 Members
24 Forums
58427 Topics
188926 Posts
Max Online: 1079 @ 03/12/08 01:36 PM
|
|
|