Change the attributes of the file via the command prompt

Hello

I have just read and followed, Tricky300 answer to the previous question above on May 5.
I want to remove attributes only reading of a folder named Musicmaster located on a memory stick in my E drive.
This is a backup of my iTunes library.
I have no problem to access this drive.
 
I followed (I think) the solution, in the example given on the Microsoft site.
I typed in the following attrib-re:\musicmaster\*.*/s
"" After pressing enter the message I get is, "path not found".
What am I doing wrong please
Thanks in advance.
Jeff Kennedy

I followed (I think) the solution, in the example given on the Microsoft site.

I typed in the following attrib-re:\musicmaster\*.*/s

Perhaps a fault of typo, but you must leave a space between the command, switches, and the full path:

attrib - r e:\musicmaster\*.*/s

attrib [space] [-switch] [space] [path] [space] [switch]

John

Tags: Windows

Similar Questions

  • Change the command prompt based on the user login

    Hello

    I work in 11.1.1.5(11g) OBIEE. In my environment, OBIEE is integrated with OAM and user gets if authenticate in the OID Database.I a requirement where in cases that we have two users(user1,user2) and guest (prompt1, 2 guest)

    Example:
    If 1 1 user login prompt should get the display and 2 2 so quick connection of the user should get a good view.

    Can anyone help on this?

    Thank you
    Padmini

    With the help of the Administration-> catalog manage set permissions at the prompt and add the page. Based on the permissions that they might see respective guests

    If brand aid

  • How can I change text size and point via the command prompt?

    I want to create a script that will allow me to easily change to or from my TV to my monitor. I know how to change the display, but I don't know how I can change the size of text and point via the command prompt (that is, from 100% to 150%). Does anyone know how?

    Unfortunately, you can not.  In addition, change the DPI requires reboot (or logout and back).  But you can apply a different theme, that you can call from the command just by opening the .themepack file.  Since themes can control the size of some elements of the police who might do the trick you are looking for.

  • generate the fmx via the command prompt

    Hello

    I use Oracle forms6i, Oracle Database 10 g and Windows (OS).
    Is it possible to compile the FMB file via the command prompt.
    And then I need to move the files to the server fmx via the command prompt.


    Thank you
    Eliane.

    Published by: Sophie on January 24, 2012 17:20

    Eliane says:
    Hello

    I have created the batch file as directed by your code and I changed only the useridn/password@db.
    I have run the package
    But I can't find the fmx file.

    Sorry I post the compiler in batches of 10g

    Go where u run the batch file? It should be in this folder where you .fmb exist.
    So then do not work. Add the path before the ifcmp60.exe
    This is the compiler 6i

    Echo compiling forms ....
    for %%f IN (*.fmb) do C:\ORANT\BIN\ifcmp60.exe userid=mail/tti@ait module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    

    change the path of the ifcmp60.exe you have
    Hope it works for you

    If someone useful or appropriate, please mark accordingly.

    Published by: HamidHelal on January 24, 2012 20:12

  • Change the command line parameters without having to restart LabVIEW

    Is it possible to change the command line parameters passed to a VI WITHOUT having to restart LabVIEW?  Maybe I'm used to how it works just about any other development environment, but to have to do is quite frustrating.

    ronbrown,

    Unfortunately, you'll have to close LabVIEW to pass parameters in a VI of the command prompt. You can build your VI in an executable file, and then pass parameters from the command prompt.  Because the program is its own executable file, it is not dependent on wheter LabVIEW is open.

  • My computer guard goes to the command prompt and then closing when I try to open .exe files

    When I try to open an .exe file continues to go to the command prompt the closure as soon as it appears, as his tent to open a java file. After that, it showed all my icons symbol of java and wont open. The only thing that EOP are java files. I need to know if I should consider, or if it can be fixed manually.

    Hi MinecraftDude,

    Did you recent hardware or changes to the software of the system?

    You can consult the following article and the chek if it helps.

    When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program

    Hope this information is useful.

  • Delete the registry via the command prompt keys

    I uninstalled a program on my computer, and I want to remove all the remaining files, registry keys and values of that particular program to the registry via the command prompt. Y at - it a command line that can scan and remove all the remaining files, registry keys and values of this particular program of the whole registry via the command prompt in only once.

    Please help me.

    If the uninstall program is correctly written, then it will do it all. If this isn't the case, you will have to do it manually. Although it is possible to write a script that will scan the registry for some channels, it is not a trivial task. Running one such script would be quite risky because it could easily delete the wrong registry key.

    Also note that the unused files or registry keys not used do not slow down a machine, contrary to popular belief. Purge of these undesirable things might give you a welcome warm feeling inside, but he has no effect on the performance of the PC.

  • change the directory to the command prompt

    I need to change the prompt from the root c: directory not c::------(directory\subdirectory

    Hello Dennis,.

    Thank you for visiting Microsoft Community and we provide a detailed description of the issue.

    According to the description, I understand that you want to change the root directory for the prompt on the system.

    Certainly, I understand your concern and will try my best to help you.

    I suggest you to refer to the steps below and check if that helps.

    1. Open the command prompt. You can access the command prompt by clicking the start menu and typing cmd into the search field. You can also access it by typing cmd in the field run, or it can be found in the system of the start menu accessories/Tools folder.
    2. When you start the command prompt, you will be located in your home directory. It is usually C:\Users\username.
    3. There are a few shortcuts to move through the command prompt. Press ENTER after each command to execute:
    • dir- This command lists all of the folders and files in the directory that you are currently running.
    • Folder of the CD- This command move to the folder that you specify. The folder must be in the directory you are currently in. For example: If you are currently in C:\Users\ username \and you type cd desktop, you will be taken to C:\Users\ username \Desktop\
    • Path of CD- This command will take you to a specific path on your computer. You need not be in the same directory as the path. You must enter the full path to make it work. For example:
    • .. CD - this command move up to a directory of your current location. For example: If you are currently in C:\Users\ username \and you enter, you will be taken to C:\Users\
    • cd\ - This command takes you to the root directory, regardless of your location. For example: If you are currently in C:\Users\ username \and you enter, you will be taken to C:\
    • DriveLetter:- This command takes you to the drive letter that you specify. The drive you specify must be active, or have a disk in it if it a DVD player. For example, if you want to drive D, you should enter the command
    • -output This command will close the command prompt, regardless of your current place of residence.

    I hope this information is useful.

    Please let us know if you need more help, we will be happy to help you.

    Thank you.

  • link on how to install .csj in the BlackBerry Tablet OS SDK for Adobe AIR via a command prompt is broken

    When in the form of help on how to get my installed LSB file, the link behind the "BlackBerry Tablet OS SDK for Adobe AIR via a command prompt" appears to be down.

    someone else?

    Why not to use FB to install the key of LSB

  • Why I can't change the default program from the command prompt?

    Accidentally, I changed the default program to open the .py (Python script) files at the command prompt, now I can't change it back even in the Control Panel, the check box is gray. Also I tried the registry editor, I do not have the NoFileAssociate file.
    If someone could help that would be great!

    Hello

    This problem occurs when Windows thinks that the application already exists in the list. Change the name of the application may fix this problem. Please try the following if you do not want to rename python.exe


    Method [1]: Use the registry to change the application Associations
    ATTENTION: It is recommended that you create a restore point before you proceed
    • On the start menu, insert the following text and press ENTER: regedit.exe
    • Delete the following key
      Python.exe HKEY_CLASSES_ROOT\Applications\

    Thank you
    Have a nice day :)
  • Satellite L - can I add new accounts via the command prompt?

    Is it possible that I can add new accounts to the machine via the command prompt on the screen of "recovery"?

    (When you start in recovery mode and select command prompt)

    I tried the normal commands "net user username / add ', but the accounts are not added to the machine.

    Y at - it another command which can be used?
    Thank you.

    Hello

    I don't know if it will work using the in my opinion Mr. recovery console, it is not possible.
    As far as I know that you can add the user and the password using the CMD, but this might work only when the Windows operating system has been loaded.

    In this case, you can use this command to add the user account: + net user username / add +.
    If you want to add a password for the user account, then you must use this way: + net user username password / Add +.

  • How to run a file through the command prompt window

    I try to download a zip called Kindle Gen - file instructions say I should first extract it to c:\KindleGen and then run it through the command prompt window by typing c:\KindleGen\kindlegen (I ' v it not compressed)

    The showsc:\Users\Barry prompt window > then I'v typed into it after the > but its not to recognize the path to the file.

    Wonder if anyone can advise this as i ' v hurts?

    Thanks Barry

    I try to download a zip called Kindle Gen - file instructions say I should first extract it to c:\KindleGen and then run it through the command prompt window by typing c:\KindleGen\kindlegen (I ' v it not compressed)

    The showsc:\Users\Barry prompt window > then I'v typed into it after the > but its not to recognize the path to the file.

    Wonder if anyone can advise this as i ' v hurts?

    Thanks Barry

    If you have used Windows Explorer (computer) to create the directory in question (C:\KindleGen\) and extract the files in this directory...

    Open a command prompt.

    Type:

    CD \KindleGen

    Type:

    DIR

    Run everything you are supposed to run by typing the name.

  • "How to change the gateway by default from the command prompt"

    "How to change the gateway by default from the command prompt"

    How to change the default gateway on the windows command line

    Microsoft Windows XP - route

  • HELP-I can't open things such as the restoration of the system or the command prompt, etc without being asked to "choose the program you want to use to open this file"

    HELP-I can't open things such as the restoration of the system or the command prompt, etc without being asked to "choose the program you want to use to open this file"

    so boring

    Hello

    Download and run the fixit tool from the link below and check if this solves the problem.

    http://support.Microsoft.com/kb/950505

    Kind regards
    Afzal Taher
    Microsoft technical support engineer

  • Files corrupt in the command prompt

    original title: FILES CORRUPTED IN THE COMMAND PROMPT

    SIR IN THE COMMAND PROMPT, WHEN I PUT THE COMMAND SFC/SCANNOW AFTER 100%. I FOUND THE ERROR THAT THE FILE IS CORRUPTED AND COULD NOT FIX IT PLZ HELP

    Hello

    Please do not type in capital letters as it is difficult to read and considered to be shouting.

    Many files that SFC cannot resolve are not important.

    Start - type in the search box-> find CMD in top - click right on - RUN AS ADMIN

    put the command from below (copy and paste) in this box and her and then press ENTER.

    findstr/c: "[SR]" %windir%\logs\cbs\cbs.log > sfcdetails.txt

    who creates the sfcdetails.txt file in the folder that you are in when you run it.

    So if you're in C:\Windows\System32 > then you will need to look in that folder for the file.

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    in Windows Vista
    http://support.Microsoft.com/kb/928228

    This creates sfcdetails.txt in C:\Windows\System32 find and you can post the errors in a message
    here. NOTE: there are probably duplicates so please only post once each section error.

    You can read the newspaper/txt files easier if you right click on Notepad or Wordpad then RUN AS ADMIN - then
    You can navigate to sfcdetails.txt (in C:\Windows\System32) or cbs.log (in C:\Windows\Logs) as needed.
    (You may need to search sfcdetails.txt if it is not created in the default folders.)

    I hope this helps.
    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • In the command prompt, cannot use the change to another cd drive

    Hello

    At the command prompt, the current directory is c:\Windows, I use the command "cd J:\new", but I still in c:\Windows, is there anyone can understand it? THX.

    CD change directory. You must use J: ENTER to change the player j. "a programmer is just a tool that converts the caffeine in code" Deputy CLIP - http://www.winvistaside.de/

Maybe you are looking for

  • My Macbook air 2013 keyboard backlight exploded

    my light 2013 macbook air keyboard has just exploded, even when using the keys, that nothing past even when the bars aren't completely. to change the backlight Panel does not work or is a matter of logic board? These are its specifications

  • Re: Tecra A7 - Win XP driver for PC card Type II card necessary

    I have not found on the toshiba site, the driver for the PC card slot for 1 x Type II card, type: slot Express Card?where is it possible to download?

  • treatment glare from dissipate

    I got my Macbook pro for about a year and a half and I noticed a few brands that appear around the camera and the lower right of the screen. The Microfiber cloth that came with the macbook, which I use to clean the screen does not clean up the brands

  • HDDRecovery backup in vista - > 7 upgrade?

    I'll upgrade my laptop from vista to 7.  I backed up all my software with the exception of HDDRecovery which is near 14 GB.  Do I need to back this up as well?  He 7 has its own version of HDDRecovery?

  • BlackBerry Z10 sending photos via bluetooth

    Hello I have a problem, when I want to share a photo there is no share option in the menu. When I select the picture only I am slide show, play, edit, delete, and propertis. How can I share the photo?