hello, i am trying to copy the file paintbrush(pbrush.exe) to the startup menu through vb code, i no that you type in FileCopy StartPath, EndPath but its not working, have any suggestions?
Printable View
hello, i am trying to copy the file paintbrush(pbrush.exe) to the startup menu through vb code, i no that you type in FileCopy StartPath, EndPath but its not working, have any suggestions?
I wouldn't recommend copying files to the Startup Folder, as this wasn't its intended use, (supposed to place shortcuts in the Startup Folder)..
Instead, why don't you add an entry to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run in the Registry.
This will start the Application when Windows Starts.
Aaron Young
Analyst Programmer
[email protected]
[email protected]