Parancssor
Jelentkezz be a hozzászóláshoz.
Van egy táblázat két oszloppal.
Az egyik készülék kódokat tartalmaz a mellette lévõben pedig fájlnevek vannak.
készülékkod1 fájl1
készülékkod2 fájl2
Nah a lényeg hogy létre kell hoznom könyvtárakat az adott készülék kódokkal és bemásolni egy másik könyvtárból a táblázatban mellette szereplõ fájlt.(jelenleg most több mint 1000 van)
készülékkod1/pic/fájl1
készülékkod2/pic/fájl2
Ezt valahogy meg lehet oldani bat fájllal vagy hasonlóval vagy egyesével létre kell hoznom és bemásolgatnom?
Hogyan lehetne a leggyorsabban megvalósítani?
*hihi ** *
(¯`·._/¯`·._.·]\\BodesZ/[·._.·´¯\\_.·´¯)
If your idea of "beauty" is narrow, you will rarely see it unless you live a sheltered life and avoid new experiences. The moment I stop having fun with it, I'll be done with it.
If your idea of "beauty" is narrow, you will rarely see it unless you live a sheltered life and avoid new experiences. The moment I stop having fun with it, I'll be done with it.
DOSból kérdezzetek nyugodtan, nagyon szerettem!
If your idea of "beauty" is narrow, you will rarely see it unless you live a sheltered life and avoid new experiences. The moment I stop having fun with it, I'll be done with it.
(¯`·._/¯`·._.·]\\BodesZ/[·._.·´¯\\_.·´¯)
Copies one or more files to another location.
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).
sokat segít ám a help parancs 😊)
If your idea of "beauty" is narrow, you will rarely see it unless you live a sheltered life and avoid new experiences. The moment I stop having fun with it, I'll be done with it.
(¯`·._/¯`·._.·]\\BodesZ/[·._.·´¯\\_.·´¯)
copy "C:\documents and settings\PC\asztal\a.txt" "C:\documents and settings\PC\asztal\bodesz\munka2"
If your idea of "beauty" is narrow, you will rarely see it unless you live a sheltered life and avoid new experiences. The moment I stop having fun with it, I'll be done with it.
vagy valami ilyesmi 😊
If your idea of "beauty" is narrow, you will rarely see it unless you live a sheltered life and avoid new experiences. The moment I stop having fun with it, I'll be done with it.
(¯`·._/¯`·._.·]\\BodesZ/[·._.·´¯\\_.·´¯)
Mit honnan hova?
Ez alapján próbálkozz!
"Mondtam az orvosomnak, hogy két helyen eltört a lábam. Erre Ő azt mondta, hogy ne menjek arra a két helyre többet."
és nekem is lenne 1 kérdésem amin 1 napja rágodok már de nemtudom megcsinálni:
van 1 txt file ami az asztalon van és van 2 könyvtár,az eggyik az amleyikbe vok a másik pedig az ahova karom másolni a txt-t
vhogy így vannak a könyvtárak
pl:
C:\documents and settings\PC\asztal\a.txt
C:\documents and settings\PC\asztal\bodesz\munka1
C:\documents and settings\PC\asztal\bodesz\munka2
tegyük fel hogy a munka 1 be vok és 2 be kell a file.
akkor ezt mien parancsal is kell megcsinálni úgy hogy ne lépjek ki a mappából(munka1-bõl).
vmiket eddig próbálgattam úgy hogy copy C:\documents and settings\PC\asztal\a.txt C:\documents and settings\PC\asztal\bodesz\munka2
de nemfogada el a gép 😞
(¯`·._/¯`·._.·]\\BodesZ/[·._.·´¯\\_.·´¯)