English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i need to move a file to my C:\ folder. how do i do this? answer for a cookie. no nuts.

2007-08-13 01:40:32 · 6 answers · asked by Anonymous in Computers & Internet Other - Computers

6 answers

if u using windows, just drap and drop the file to the folder u want..
if u using command prompt, just type this command "move SOURCE DESTINATION"


Y:A

2007-08-13 01:46:22 · answer #1 · answered by fksalan1 3 · 0 0

Open a "My Computer" window so you can see the file you want to move. Open a second window so you can see the C:\folder folder. Click on the file and drag it to the c:\folder folder.

If it copies rather thatn moves, once it is copied to c:\folder, delete the original file.

2007-08-13 08:45:06 · answer #2 · answered by dewcoons 7 · 0 0

Use XCopy:
It helps copy files and/or directory trees to another folder. XCOPY is similar to the COPY command except that it has additional switches to specify both the source and destination in detail.
Syntax: XCOPY source [destination] [options]

Examples:

To copy a file:

XCOPY C:\utils\MyFile D:\Backup\CopyFile

To copy a folder:

XCOPY C:\utils D:\Backup\utils /i

To copy a folder including all subfolders.

XCOPY C:\utils\* D:\Backup\utils /s /i

The /i defines the destination as a folder.

2007-08-13 08:48:21 · answer #3 · answered by divyamohanankk 2 · 0 0

If using windows xp, right click the file, and click "cut", then go to the place you need it to be and click "paste".

2007-08-13 08:44:13 · answer #4 · answered by Anonymous · 0 0

1 change the srcName as your file will be copied
2 copy code following to notepad and save as copy.vbs
3 double click it

'===========================
FileCopy srcName,"c:\folder"
msgbox "OK"
'===========================

give me points after you copied the file please!

2007-08-13 08:56:58 · answer #5 · answered by isuck 1 · 0 0

Click copy before cut!

2007-08-13 08:45:34 · answer #6 · answered by IT Guy 2 · 0 0

fedest.com, questions and answers