answersLogoWhite

0


Best Answer

For Word before 2007, use the DOS prompt to navigate to the particular folder, and type:

ATTRIB +R *.doc

For newer versions of Word:

ATTRIB +R *.docx

For Windows (XP in particular):

Open 'Windows Explorer' (Windows Key-E)... Maximize the window (If the widow doesn't take up the whole screen, click the little button just to the left of the red box with an 'X' in the very top right-hand corner of the window)... Navigate to the folder that contains all of your .doc files. You'll find it easier to do this in 'Detail View' [RIGHT-CLICK on a BLANK area on the right pane of the window... Click the VIEW option... Click the DETAILS option]... If there are different types of files in the folder, go to the next paragraph for instructions. If there are only Word files in the folder, press CTRL-A on your keyboard (this will select all of the files in the folder)... Right-Click one of the selected files... Select "Properties". A box will appear... In the "Attributes" section, check the box next to "Read Only"... Click 'OK' and you're done!

If there are other types of files, click the word "TYPE" in the bar above the list of available files (this will separate the files according file extention/type)... Click on the first "Word" file... scroll down to the last "Word" file and with the SHIFT KEY depressed, click the last Word file (at this point all of your Word files should be selected)... Right-Click one of the selected files... Select "Properties". A box will appear... In the "Attributes" section, check the box next to "Read Only"... Click 'OK' and you're done!

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What command would be used to set read only access to all Word files in a directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the pwd command in Linux?

The pwd command prints the working directory. The working directory is the directory you are "in", where operations on files that don't have an absolute path specified will be performed. For instance, if my working directory is /home/username/stuff, then the command echo "test" > test.txt would place the file test.txt in that directory.


What command would you use to remove a directory on a UNIX server?

If you are just removing the directory, use the command: rmdir dir-name The dir-name directory has to be empty for this to work. If there are files or other subdirectories then use the command: rm -rf dir-name


What does the command CD do?

CD stands for "change directory". For instance, if you are in the directory of c:\files\ and you want to navigate to a folder within the "files" directory called "documents", you can type "cd documents" to change the directory you are in. Once you've done that you will be at c:\files\documents\. Inversely you can use "cd.." to go back to the parent directory "files".


What is directory like C colon and D colon extra?

A directory is just an older term for a file folder, and a way to organize files. In DOS or a command line console, you would type CD and the name of the directory to change into it.


Which command would a user type on the command line to find out what directory in the directory tree he is currently in?

PWD


In ms dos which command can sort files in a directory list?

dir Lists all files and directories in the directory that you are currently in. dir /ad List only the directories in the current directory. If you need to move into one of the directories listed use the CD command. dir /s Lists the files in the directory that you are in and all sub directories after that directory, if you are at root "C:\>" and type this command this will list to you every file and directory on the C: drive of the computer. dir /p If the directory has a lot of files and you cannot read all the files as they scroll by, you can use this command and it will display all files one page at a time. dir /w If you don't need the info on the date / time and other information on the files, you can use this command to list just the files and directories going horizontally, taking as little as space needed. dir /s /w /p This would list all the files and directories in the current directory and the sub directories after that, in wide format and one page at a time. dir /on List the files in alphabetical order by the names of the files. dir /o-n List the files in reverse alphabetical order by the names of the files. dir \ /s |find "i" |more A nice command to list all directories on the hard drive, one screen page at a time, and see the number of files in each directory and the amount of space each occupies. dir > myfile.txt Takes the output of dir and re-routes it to the file myfile.txt instead of outputting it to the screen.


What command you would use to submit jobs for printing in Linux?

lpr For example: lpr *.pdf to print all pdf files in your current directory.


Why are hidden files on a DOS disk?

Hidden files are files stored on the disk, but which do not show up when you list a directory of the disk.In DOS, you normally type the command DIR to view the files on a disk. If you would like to see hidden file names, use the command DIR /AH (A=Attribute; H=Hidden).


How do you find what files are taking space in Linux?

Type cd / to get to the root directory, get to your home directory, or get to the directory you wish to search from and type the below command.find . -size +500000 -printThis command would search for anything that's larger than 500MB. This value can be adjusted to a smaller value if no files are found that are this large.


What Linux command is used to zip only a subdirectory?

In order to zip a subdirectory in Linux you would use the zip command with the recursive flag to specify that it should add all files under that directory into the zip file. The command would then be zip -r .zip .


What does the question mark mean in a command line?

Its a wildcard for one character. (Example): if you want to find files in the directory that start with A & have a three letter file extension, you would use: a*.???


What types of information do directory lists generally contain?

A directory list usually contains lists of information. An example of a physical directory list would be the Yellow Pages. For computers, a directory list would either be a list of files or a list of links to other files.