answersLogoWhite

0

c:\ attrib -h or +h (name of file) First of all change hidden file into nonhidden file then easly delete let file name is "MOON" in d:\ drive then first step [ d:\attrib -h d:\ moon ] Enter [ d:\del moon ] Enter ++++++++++++++++++++++++++++++++++++++

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How delete a particular sub-folder from a list of sub-folders in command prompt?

you can not delete the folder from command prompt if it is not empty.. if the folder is empty then use rd <foldername> and press enter.. or use deltree command.. deltree <foldername> and press enter..


What is Windows Command Processor?

Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.


How does the DOS Command Prompt command Delete work?

del *.*


At the command prompt you can use what command to control how user accounts can access files and folders?

cacls


How do you delete a folder from command prompt?

In Dos-just write (DEL Folder Name) this command will delete all the Files inside that folder,then write (RD Folder Name) This will Remove your Folder. Remember both command contain Same folder name. Which you want to Delete.(DEL)command is used to delete Files. (RD) command is used to delete Folder


How do you delete your photos from your computer it wont let you?

Use command prompt.


How do you copy files or folders?

To Copy files, Rightclick it and click Copy, or press CTRL + V. Same for folders. For Command Prompt... A=copy C:\System32 (OR) copy C:\System32. To open Command Prompt, open your Start menu, type cmd. This should open it.


What command do you use to see all files in command prompt?

If I understand the question correctly, the command is "dir" (without the quotes), short for directory. That will show you all the files and sub-folders within the current directory. You can navigate around to other directories/folders as well... for general help with command prompt commands, when you're at the prompt type "help". (Again, no quotes.) It'll give you a list of commands. If you need more detailed help with any particular command, like the dir command, type help dir.


What is the command to mak the myfiletxt a hidden system file?

To make "myfiletxt" a hidden system file in Windows, you can use the Command Prompt. The command is: attrib +h +s myfiletxt. This command adds the hidden attribute (+h) and the system attribute (+s) to the file, making it hidden from normal view and designated as a system file.


How do you view hidden RECYCLER folder?

I can think of 2 ways:1) Go to the windows command line Start->run "cmd"- type in "cd Recycler" at he command prompt (no quotes)- type in "dir *.*" to display all the hidden foldersthen you can browse to the specific folders by typing "cd FolderName"but this will be quite tiresome since the folders have very long names2) Use alternate explorers/file managers which will allow you to browse hiddenfolders, Xplorer2 comes to mind and FreeCommanderis also a good option.Z


How do you delete bootex file?

To delete the BootEx file, you can use the Command Prompt in Windows. Open Command Prompt as an administrator and type the command del C:\path\to\BootEx (replacing "C:\path\to" with the actual path to the file). If the file is in use, you may need to boot into Safe Mode or use a live operating system to delete it. Always ensure you have backups before deleting system files.


How do you delete an ad hoc network?

You can delete an ad hoc network from the command prompt window. Here you type: netsh wlan delete profile name="[Insert network name]"