Q: Guys easy question, just been a while since Ive done so far can not get it to work with what Ive tried . I can not because Windows theerror, thats what I m down and my work PC HD crashed this morning so all my info that is currently out of Zion comm . Ive tried .
I also tried to copy and I tried to switch the “on” in the middle is not working . stupid question I know, I can not believe I forgot how to do .
Best Answer: You would have to hook up a 2nd drive that is bootable and copy your files that way. Vista doesn't allow you to "boot to DOS" like older versions of Windows did.
If you haven't tried yet, you should try repairing the Vista drive first. Just boot up with your original Vista disc and follow the options for installing, one of the options will be to repair the volume.
Mal de dos 101
Re:Originally posted by: guy
Ok not working here's the file
c:\windows\license.txt needs to be moved to c:\windows\help directory so justtell me what i need to type and I'll try that
you could go to the directory where license.txt is, and do a copy like this:
copy license.txt c:\windows\help
That should work
Learning Spanish Like Crazy – Nive Dos
Re:"move c:\windows\license.txt c:\windows\help directory\"
This is the same as cut and paste, not copy. The syntax is:
move (file) (location-to-move-to)
Take Control Of Your Camera Now!
Re:Ok not working here's the file
c:\windows\license.txt needs to be moved to c:\windows\help directory so justtell me what i need to type and I'll try that
Photography Business Quick Steps
Re:If your looking to copy files and subdirectories just use xcopy for example to copy the contents and all contents below your current working directory:
xcopy *.* d: /s/e
Guitar Notes Master
Re:C:\Documents and Settings\user>move /?
Moves files and renames files and directories.
To move one or more files:
MOVE [/Y | /-Y] [drive:][path]filename1[,...] destination
To rename a directory:
MOVE [/Y | /-Y] [drive:][path]dirname1 dirname2
[drive:][path]filename1 Specifies the location and name of the file
or files you want to move.
destination Specifies the new location of the file. Destination
can consist of a drive letter and colon, a
directory name, or a combination. If you are moving
only one file, you can also include a filename if
you want to rename the file when you move it.
[drive:][path]dirname1 Specifies the directory you want to rename.
dirname2 Specifies the new name of the directory.
/Y Suppresses prompting to confirm you want to
overwrite an existing destination file.
/-Y Causes prompting to confirm you want to overwrite
an existing destination file.
The switch /Y may be present in the COPYCMD environment variable.
This may be overridden with /-Y on the command line. Default is
to prompt on overwrites unless MOVE command is being executed from
within a batch script.
C:\Documents and Settings\user>
0 Comments.