Forumi


Povratak   PC Ekspert Forum > Računala > Software > Aplikacije
Ime
Lozinka

Odgovori
 
Uređivanje
Staro 21.01.2011., 20:19   #1
Domagoj125
Premium
Moj komp
 
Domagoj125's Avatar
 
Datum registracije: Dec 2010
Lokacija: Đakovo
Postovi: 37
(riješeno)Program za premještanje datoteka?!

Bok!
Kao što vidite u naslovu treba mi program za premještanje dadoteka, može biti i trial jer mi treba samo jedan put, pomogućnosti neki jednostavan. Hvala svima unaprijed.

Pozdrav!
__________________
Domagoj125 je offline   Reply With Quote
Staro 22.01.2011., 11:08   #2
D1viry
Premium
Moj komp
 
D1viry's Avatar
 
Datum registracije: May 2010
Lokacija: Slavonija
Postovi: 2,062
Premještanje odakle, kuda? Desni klik na sve te datoteke, cut, desni klik na mjesto gdje ih želiš stavit, paste i to je to. Ako želiš elegantnije rješenje i veću kontrolu, probaj free commander, besplatna inačica legendarnog total commandera.
D1viry je offline   Reply With Quote
Oglasni prostor
Oglas
 
Oglas
Staro 22.01.2011., 11:11   #3
domis
Premium
Moj komp
 
Datum registracije: Sep 2006
Lokacija: Hrvatistan
Postovi: 4,159
wtf is dadoteka?
btw. kaj to nebres srediti s win explorerom?
domis je offline   Reply With Quote
Staro 22.01.2011., 12:52   #4
Domagoj125
Premium
Moj komp
 
Domagoj125's Avatar
 
Datum registracije: Dec 2010
Lokacija: Đakovo
Postovi: 37
Pobao sam win explorerom, ali ne ide. Inaće trebam premjestiti datoteke sa externog harda na hard u kućištu. Jednostavno neće probao sam više puta. Probati ću ovaj program
__________________
Domagoj125 je offline   Reply With Quote
Staro 22.01.2011., 12:55   #5
domis
Premium
Moj komp
 
Datum registracije: Sep 2006
Lokacija: Hrvatistan
Postovi: 4,159
hm...veličina fajlova?
diskovi su ntfs ili fat32?
domis je offline   Reply With Quote
Staro 22.01.2011., 13:07   #6
Domagoj125
Premium
Moj komp
 
Domagoj125's Avatar
 
Datum registracije: Dec 2010
Lokacija: Đakovo
Postovi: 37
Diskovi su oba ntfs, a sve ukupno imam nekih 100gb za premjestiti, raznih fajlova i extenzija
__________________
Domagoj125 je offline   Reply With Quote
Staro 22.01.2011., 13:14   #7
Bubba
E Pluribus UNIX
Moj komp
 
Bubba's Avatar
 
Datum registracije: Oct 2002
Lokacija: M82
Postovi: 6,544
Citiraj:
Autor Domagoj125 Pregled postova
Diskovi su oba ntfs, a sve ukupno imam nekih 100gb za premjestiti, raznih fajlova i extenzija
Code:
Z:\>xcopy /?
Copies files and directory trees.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
                           [/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
                           [/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/B]
                           [/EXCLUDE:file1[+file2][+file3]...]

  source       Specifies the file(s) to copy.
  destination  Specifies the location and/or name of new files.
  /A           Copies only files with the archive attribute set,
               doesn't change the attribute.
  /M           Copies only files with the archive attribute set,
               turns off the archive attribute.
  /D:m-d-y     Copies files changed on or after the specified date.
               If no date is given, copies only those files whose
               source time is newer than the destination time.
  /EXCLUDE:file1[+file2][+file3]...
               Specifies a list of files containing strings.  Each string
               should be in a separate line in the files.  When any of the
               strings match any part of the absolute path of the file to be
               copied, that file will be excluded from being copied.  For
               example, specifying a string like \obj\ or .obj will exclude
               all files underneath the directory obj or all files with the
               .obj extension respectively.
  /P           Prompts you before creating each destination file.
  /S           Copies directories and subdirectories except empty ones.
  /E           Copies directories and subdirectories, including empty ones.
               Same as /S /E. May be used to modify /T.
  /V           Verifies the size of each new file.
  /W           Prompts you to press a key before copying.
  /C           Continues copying even if errors occur.
  /I           If destination does not exist and copying more than one file,
               assumes that destination must be a directory.
  /Q           Does not display file names while copying.
  /F           Displays full source and destination file names while copying.
  /L           Displays files that would be copied.
  /G           Allows the copying of encrypted files to destination that does
               not support encryption.
  /H           Copies hidden and system files also.
  /R           Overwrites read-only files.
  /T           Creates directory structure, but does not copy files. Does not
               include empty directories or subdirectories. /T /E includes
               empty directories and subdirectories.
  /U           Copies only files that already exist in destination.
  /K           Copies attributes. Normal Xcopy will reset read-only attributes.
  /N           Copies using the generated short names.
  /O           Copies file ownership and ACL information.
  /X           Copies file audit settings (implies /O).
  /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.
  /B           Copies the Symbolic Link itself versus the target of the link.
  /J           Copies using unbuffered I/O. Recommended for very large files.

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.
__________________
Programer
Rok od dva mjeseca u stvari znači četiri, ali nikako ispod šest.
Bubba je offline   Reply With Quote
Staro 23.01.2011., 20:12   #8
Domagoj125
Premium
Moj komp
 
Domagoj125's Avatar
 
Datum registracije: Dec 2010
Lokacija: Đakovo
Postovi: 37
Riješeno izgleda da su sve dadoteke bile "samo za čitanje" pa sam to riješio total commanderom.
@D1viry Hvala!
__________________
Domagoj125 je offline   Reply With Quote
Oglasni prostor
Oglas
 
Oglas
Odgovori



Pravila postanja
Vi ne možete otvarati nove teme
Vi ne možete pisati odgovore
Vi ne možete uploadati priloge
Vi ne možete uređivati svoje poruke

BB code je Uključeno
Smajlići su Uključeno
[IMG] kod je Uključeno
HTML je Isključeno

Idi na