Hello Bayu Aditya,
Friday, November 9, 2007, 3:12:59 PM, you wrote:
> Satu lagi,
> Aku juga nanya tentang perintar:
> "copy /b rahasia.rar+gambar.jpg rahasia.jpg"
> di simpan dengan file .bat
> Parameter "/b" itu buat apa?
> Apa ada parameter lain dan apa pula gunanya?
Perintah itu maksudnya kira-kira adalah menggabungkan file
"rahasia.rar" dengan file "gambar.jpg" menjadi file baru bernama
"rahasia.jpg". Barangkali ada sesuatu yang penting/rahasia dalam file
rar sehingga prelu diumpetin :-\
Itu parameter dari perintah DOS (DOS Command)... kalo udah pegang
komputer dari jaman kegelapan dulu, pasti ngerti perintah beginian :D
Kalo mau tau parameter suatu DOS Command, tinggal ketikkan /? di
belakang command tsb.
COPY /? akan menunjukkan seperti berikut:
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.
------------
Best regards,
ian