Options

usmt

hfdhfd Member Posts: 17 ■□□□□□□□□□
Hi
can some one please show me how this can works.
1)at the command prompt, I always get= G:\Documents and Settings\My name>.
and if I want to go to any folders in my documents like this ones (USMT\Scan) I just add the mane of the folder and the subfolder.like this
G:\Documents and Settings\My name>USMT\Scan .after that I always get this message.'USMT'is not recognized as an internal or external command, operable program or batch file.
should I change the command prompt to something else? or should I change the > to \ .the problem there is no way to deleted (>)
2)after that I have to Run scanstate.exe using this command line:
scanstate /i .\migapp.inf /i .\migfiles.inf /i .\sysfiles.inf\MigStore. MigStore is the name of a folder in my ducoments.
Thank you

Comments

  • Options
    sprkymrksprkymrk Member Posts: 4,884 ■■■□□□□□□□
    If your prompt currently looks like this:

    G:\Documents and Settings\My name>

    And you want to navigate to a folder in your "My Documents" called USMT\Scan, then try this:

    G:\Documents and Settings\My name>cd "My Documents\USMT\Scan"

    If you don't want to type the whole thing out (and avoid using quotes for names that contain spaces) you can just type the first few letters of the folder name and then hit the "TAB" key to auto complete it, like this:

    G:\Documents and Settings\My name>cd My[TAB]\USMT\Scan

    It looks like you were just forgetting the "cd" command to change directories.
    All things are possible, only believe.
Sign In or Register to comment.