1 / 15

Command Line Interpreter

Command Line Interpreter. Cara membuka Command Prompt. Klik menu start  all programs  accessoris  command prompt. Cara Berpindah Drive. Tulis drive yang akan dituju. Contoh: Dari drive C berpindah ke drive D. Cara Membuat Direktori/Folder. Ketik md<spasi>nama direktori/folder

livia
Download Presentation

Command Line Interpreter

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Command Line Interpreter

  2. Cara membuka Command Prompt Klik menu start  all programs  accessoris command prompt

  3. Cara Berpindah Drive Tulis drive yang akan dituju. Contoh: Dari drive C berpindah ke drive D.

  4. Cara Membuat Direktori/Folder Ketik md<spasi>nama direktori/folder Contoh: md gici Maka akan ada folder baru bernama gici pada drive D.

  5. Cara Melihat Folder Ketik dir<spasi>nama folder yang akan dilihat isinya Contoh : dir gici Maka akan tampil isi dari folder gici

  6. Cara Mengubah Folder Ketik cd<spasi>nama folder Contoh : cd gici Maka directory akan berubah menjadi D:\gici> Itu berarti, posisi kita sedang berada pada folder gici

  7. Cara Menghapus Folder Klik rd<spasi>nama folder Contoh : rd gici Untuk menghapus folder, kita harus berada pada directory di atasnya.

  8. Cara Membuat File Ketik copy<spasi>con<spasi>nama file.ekstensi Kemudian tekan Ctrl+z kemudian tekan enter Contoh: copy con a.txt

  9. Cara Menyalin File Ketik copy<spasi>nama file<spasi> directory tujuan Contoh: copy a.txt E: File a.txt pada drive D akan disalin/dicopy pada drive E

  10. Cara Menyalin Semua File Misalkan menyalin semua file drive C ke drive EC:\>copy<spasi>C:*.*<spasi>E: Maka semua file di C akan ter-copy di E.

  11. Cara Menyalin Semua File yang Ekstensinya Sama Perintah untuk menyalin semua file yang berekstensi TXT dari drive C ke drive D. C:\>copy<spasi>*.txt<spasi>D:

  12. Cara Memindah File Ketik move<spasi>directory+nama file<spasi>directory tujuan Contoh kita ingin memindahkan File b.txt yang berada di Drive D: mau kita pindahkan ke Drive D: Di folder alivi. Ketikkan perintah: move D:\b.txt D:\alivi

  13. Cara Menghapus File Ketik del<spasi>nama file.ekstensi Maka file e.txt akan terhapus

  14. Cara Menghapus File • A:\>DEL *.DOC : Perintah untuk menghapus semua file yang berakhiran doc.pd drive A • A:\>DEL ?G* : Perintah untuk menghapus nama-nama file yang huruf keduanya dan Beserta semua ekstensinya.

  15. Cara memperbaharui File Ketik ren<spasi>nama file lama.ekstensi <spasi>nama file baru.ekstensi Maka file a.txt akan berubah nama menjadi e.txt

More Related