Iklan1

Sunday, March 2, 2014

Kombinasi Koman XCOPY pada command Prompt


Alooo, Assalamualaykum....

Ketikan xcopy /? pada commad prompt maka akan kamu dapat :
C:\Users\fulan>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.

Demikian, Walaykumsalam Wr Wb....


link youtube untuk tutorial yang gak ada di blog ini : adamaloOo

Copy File dan Directori Menggunakan CMD (Command Prompt)

Aloo, Assalamualaykum...
Untuk meng-copy banyak file dan directories tree kita menggunakan XCOPY daripada COPY (hanya untuk file saja). Berikut langkah-langkahnya....

Masuk ke command prompt ada beberapa cara :
1. Start > Run > ketik cmd , maka akan muncul command prompt
2. Tekan secara bersamaan tombol Windows+R >ketik cmd, command prompt muncul

Setelah muncul command prompt ketikan:
misalnya seperti berikut :

C:\users\fulan\Downloads\ D:\Download\  /s /e /c

Maksudnya kopi semua folder yang ada isinya dan folder kosong /e dan tetap kopi walaupun terjadi error saat meng-kopi.

atau ada cotoh lain sebagai berikut :

C:\>xcopy *.* d:          file saja
C:\>xcopy *.* d: /s       file dan folder yang tidak kosong
C:\>xcopy *.* d: /s /e   file dan folder yang tidak kosong dan kosong

Demikian, Walaykumsalam Wr Wb


Note:
Untuk definisi lengkap XCOPY dapat kamu liat disini.
link youtube untuk tutorial yang gak ada di blog ini : adamaloOo

Black Screen Pada Notebook bukan via VMWare atau VirtualBox

Berikut pengalaman saya memperbaiki black screen pada notebook, yang saya tulisan merupakan hasil mengutak-atik notebook saya berdasarkan apa yang menempel pada otek saya. Jadi untuk kamu yang mau peraktekin sebaiknya lebih di cerna tulisan saya.Yang jelas tujuan saya memperbaikinya agar data saya pada folder C tidak hilang.

saya masuk dengan windows7 cd installation.
Jika ada beberapa pilihan, pilih aja mode system recovery tools.
akan ada proses selama beberapa menit, untuk kasus saya recovery tidak berhasil
kemudian saya pilih advance option untuk menampilkan command prompt.
untuk permulaan coba lakukan chkdsk /f /x untuk melihat kondisi disk sekaligus melakukan perbaikan jika ada boot sector
untuk kasus saya langkah langka yang saya lakukan berikut,
1. koman bootrec /FixMBR masih gagal memperbaiki black screen saya
2. koman bootrec /Fixboot masih belum memperbaiki black screen saya
3. koman bootrec /repairedbcd malah mengubah file BCD saya, file BCD adalah file Data konfigurasi Boot

oleh karena itu sebaiknya dari awal pada waktu komputer kamu masih baik lakukan backup dengan koman pada command promt
BCDedit /export D:/BCD_backup/backup_bcd001 (atau folder yang kamu kehendaki untuk menyimpannya ---terserah)

Pada black Screen ini, jika kamu liat ke folder-folder yang ada maka akan terlihat perubahan konfigurasi folder sebagai berikut :
folder C lama menjadi tempat untuk system reserved besarnya kira-kira 100M
folder C lama menjadi folder D
folder D lama menjadi folder E

untuk mengubah folder letter kamu dapat mengubahnya dari command prompt dengan "diskpart".
lalu dapat mengkombinasikan dengan koman bootrec /fixMBR dan bootrec /fixBoot.

Saya ingatkan kembali untuk kasus saya semua langkah itu belum berhasil, tetapi mungkin berguna untuk kamu semua pelajari.
Untuk lebih mudah melakukan perbaikan dapat mengunakan pula hiren 5.2. Saya menggunakan file hiren yang bisa di boot dari usb dan sudah jadi jadi tidak perlu disetting-setting untuk penggunaannya.

Setiap selesai dengan satu langkah diatas sebaiknya melakukan restart.

Untuk tutorial selanjutnya saya akan bahas penggunaan diskpart, hiren5.2 dan solusi untuk masalah saya ini.

Walaykum Salam fren-fren yang setia membaca

Note:
Untuk mengembalikan BCD file dapat dilakukan koman : bcdedit /import D:/BCD_backup/backup_bcd001
Specs Notebook saya adalah Dell Inspiron N4050


link youtube untuk tutorial yang gak ada di blog ini : adamaloOo