doomsday123 Posted February 2, 2005 Posted February 2, 2005 Is there a way I can add a .exe file to the start up list? Thanks.
Blue_Drache Posted February 2, 2005 Posted February 2, 2005 (edited) Is there a way I can add a .exe file to the start up list? Thanks.<{POST_SNAPBACK}>FileCopy(file.exe,C:\Documents and Settings\Administrator\Start Menu\Programs\Startup\file.exe)Or CreateShortcut to the same placeOr even "C:\Documents and settings\" & Envget("USER") & "\Start Menu\Programs\Startup\file.exe" Edited February 2, 2005 by Blue_Drache Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
SlimShady Posted February 2, 2005 Posted February 2, 2005 Here you go. They both work, I tested them. FileCreateShortcut(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE", @StartupDir & "\IEXPLORE.lnk", "", "", "Shortcut made with AutoIt v3") FileCreateShortcut(@ProgramFilesDir & "\Internet Explorer\IEXPLORE.EXE", @StartupCommonDir & "\IEXPLORE.lnk", "", "", "Shortcut made with AutoIt v3")
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now