[HELP] Startup[Solved]
how would i make my program run on startup???????
nice thanks alot
now i need to copy a file and place it in another folder...how would i do that???
Why not use:
[php]
Dim filename As String
Dim filepath As Object
Dim regiatrykey As Object
filename = ("NameHere.exe")
filepath = "C:\Path\file.exe"
regiatrykey = CreateObject("Wscript.shell")
regiatrykey.regwrite("HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\Windows\CurrentVersion\Run\namehere.exe" , (filepath))[/php]
Okay.
Marking solved, don't post if >7 days old unless completely necessary.