answersLogoWhite

0

A simple way is to right click on the myfile.txt, select Properties and put a check in the 'Hidden' checkbox.

Another way would be to: in the command window (Start > Run , type "cmd" in the box).

CD to the myfile.txt folder and then use this:

attrib +h myfile.txt

or

attrib +h "path to myfile.txt" (include the quotes)

attrib -h would remove the hidden setting

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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.


What is attrib plus r -h?

The command "attrib +r -h" is used in the command prompt to set a file as read-only (+r) and remove the hidden attribute (-h) from a file. This command can help protect files from being accidentally modified and also make hidden files visible.


What command do you use to make a file hidden in Unix?

+h The above answer is incomplete and incorrect; "normally hidden" files in Unix merely start with the '.' character and are not normally shown by the ls command. Use the 'mv' to rename it if it doesn't start with a period.


How do you make a new command in Unix?

first, make a file. in the file you type in the command's name. an example would be the command date. name the file what you want to call that command. when you use the command, type in cat filename and the computer will do the command.


What command do you use to make a file?

create


Write the syntax and purpose of ATTRIB command?

Attirb command is used to change the attribute of any file of directory. There are following kinds of attributes in DOS:R - Read OnlyH - HiddenA - ArchiveS - SystemAmong all, Archive (A) attributes applies by default as we create any file or directory. System (S) attribute is reserved for the System Files (IO.SYS, MSDOS.SYS, CONFIG.SYS) of MS-DOS. We can apply Read Only or Hidden attributes to any file or directory to make it read only of hidden. The syntax is as follows:To make file Read Only: attrib +r To make file Hidden: attrib +h To remove Read Only attribute: attrib -r To remove Hidden attribute: attrib -h Similarly we can set/remove Archive (A) or System (S) attributes to file with +a/-a or +s/-s option.


Do to virus some files are made permanent hidden how to make them unhidden?

Depends on what the virus actually did to hid them. For instance, if you name a file with a leading . then the file is hidden. For example: .apple.txt would be a hidden file. If you enable hidden files to be shown that might do it.


What attributes combined to make a file or folder super hidden?

A. HiddenA. System


To make a copy of a file use the command?

You can use cp command to make a copy of a file. cp <file 1> <file 2> If you want to make a copy of the entire directory then use the recursive option cp -r <dir 1> <dir 2>


Command used to make a copy of the original company file?

copy file filecopy


How do you insert a command into a CSS file?

You cannot insert a command into CSS, you can make styles that happen in HTML.


What ms dos command will make the file system.doc read only?

make systemdoc ro