hey guys i was expermenting a while ago to see if it were even possable to make a file replicate itself at run time (mainly because it doesnt seem possible) and i found a method on how to do it in vb using the following code
VB Code:
FileCopy App.Path + "\" + App.Title + ".exe", "C:\myapp.exe"
but i cant for the life of me undstand how it does it :/ any idea how this is possible ?





Reply With Quote