Clever1mba 0 Posted May 4, 2005 Hello i want to know how to save file in STARTUP Folder FOR EXAMPLE InetGet("http://domain.com/files/setup.exe", "setup.exe")if i want to save file setup.exe in startup folder using this @StartupDirwat is correct command to use Share this post Link to post Share on other sites
Wb-FreeKill 0 Posted May 4, 2005 Hello i want to know how to save file in STARTUP Folder FOR EXAMPLE if i want to save file setup.exe in startup folder using this @StartupDirwat is correct command to use<{POST_SNAPBACK}>InetGet("http://domain.com/files/setup.exe",@StartupDir & "\setup.exe") ? Share this post Link to post Share on other sites
Wb-FreeKill 0 Posted May 4, 2005 (edited) HELLO THANKS ITS WORKING FINE one more question how to self copy in STARTUP folder i mean how to send setup.au3 in STARTUP folder when executed ---------------------------------<{POST_SNAPBACK}>At least try yourself...You meen the script your running?msgbox(0,"",@ScriptFullPath &","& @StartupDir & "\" & @Scriptname) Filecopy(@ScriptFullPath, @StartupDir & "\" & @Scriptname) Edited May 4, 2005 by Wb-FreeKill Share this post Link to post Share on other sites