

What we heard the most are applications.exe, app.exe, and newfolder.exe virus. exe virus malware is not new to most computer users. Go to Command Prompt and type these command lines to unhide all folders and files: attrib *.* /d /s -h -r -s. Using My Computer, view the drive of hidden foldersĨ.

Go to Start > Run, type cmd at the OPEN: box, and press OK. Check the "Show hidden files and folders."Ħ. Go to the top menu, Tools > Folder Options. exe folder is removed, and you need to show the original folders.Ĥ. Install, update your antivirus application.Ģ. exe virus infects you, and folder become exe file virus, follow these to remove folders with. This command creates a "test" directory in the hope directory.Folders changed to Application. To create a subdirectory in a different directory without moving it, use a command similar to the example below. This example moves back one directory to create the "example" directory. To create a directory in the parent directory, without first moving into that directory, you can use the command below. In the example below, we are creating a directory called "my example directory" in the current directory.

If you want to create a directory with spaces, you need to surround the directory name with quotes. In the next example, we are creating three new directories, called "user1," "user2," and "user3," in the current directory. You can also create multiple new directories in the current directory with the md command. For example, below we are creating a new directory called "hope" in the current directory. To create a directory in MS-DOS or the Windows command line (cmd), use the md or mkdir MS-DOS command. It is more appropriate to use "directory" instead of "folder" when referring to the command line.
