Forum » Programiranje » Copy na več destinacij
Copy na več destinacij
bazzz ::
Kako lahko definiram več destinacij za kopiranje z ukazom copy (DOS)?
(COPY source destination [options]). Ima kdo kakšen primer, skripto? (For..Do..copy....)
(COPY source destination [options]). Ima kdo kakšen primer, skripto? (For..Do..copy....)
StratOS ::
Več izvajanj ukazov ...
copy config.sys d:\ /y
copy cards.exe "C:\Program Files\MSN Gaming Zone\Windows" /y
copy /b "1 file.1"+"2 file.2" "out file.exe" /y
xp sp2 copy :
COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
[+ source [/A | /B] [+ ...]] [destination [/A | /B]]
source Specifies the file or files to be copied.
/A Indicates an ASCII text file.
/B Indicates a binary file.
/D Allow the destination file to be created decrypted
destination Specifies the directory and/or filename for the new file(s).
/V Verifies that new files are written correctly.
/N Uses short filename, if available, when copying a file with a
non-8dot3 name.
/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.
/Z Copies networked files in restartable mode.
The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line. Default is
to prompt on overwrites unless COPY command is being executed from
within a batch script.
To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).
copy config.sys d:\ /y
copy cards.exe "C:\Program Files\MSN Gaming Zone\Windows" /y
copy /b "1 file.1"+"2 file.2" "out file.exe" /y
xp sp2 copy :
COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
[+ source [/A | /B] [+ ...]] [destination [/A | /B]]
source Specifies the file or files to be copied.
/A Indicates an ASCII text file.
/B Indicates a binary file.
/D Allow the destination file to be created decrypted
destination Specifies the directory and/or filename for the new file(s).
/V Verifies that new files are written correctly.
/N Uses short filename, if available, when copying a file with a
non-8dot3 name.
/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.
/Z Copies networked files in restartable mode.
The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line. Default is
to prompt on overwrites unless COPY command is being executed from
within a batch script.
To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).
"Multitasking - ability to f##k up several things at once."
"It works better if you plug it in."
"The one who is digging the hole for the other to fall in is allready in it."
"It works better if you plug it in."
"The one who is digging the hole for the other to fall in is allready in it."
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | MS-DOS/cmd xcopyOddelek: Operacijski sistemi | 1610 (1472) | DeeJay |
» | BAT kopiranje mapeOddelek: Pomoč in nasveti | 1549 (1417) | StratOS |
» | Gigabitni switch za domaco uporabo?Oddelek: Kaj kupiti | 2058 (1418) | lopov |
» | [Batch] xcopy ukazOddelek: Programiranje | 1540 (1352) | Ethical |
» | script za premaknit fajlOddelek: Programiranje | 891 (764) | ABX |