bart4683 Posted September 29, 2013 Posted September 29, 2013 I've searched a lot off stuff but cant get it to work.the thing I need is when I execute my exe i need to spawn/copy a closed guide on the desktop.it's a prewrittin guide for a project of mine.This is what I've done.Could you explane what I've done wrong?The fileinstall works with wallpaper and sound for me. FileInstall("C:\Guide.txt",@TempDir&"Guide.txt",1) FileWrite (@TempDir&"Guide.txt","HKCU\Control Panel\Desktop",1) FileInstall("C:\Guide.txt",@TempDir&"Guide.txt",1) FileCopy (@TempDir&"Guide.txt","HKCU\Control Panel\Desktop",1) Gr bart
kaotkbliss Posted September 29, 2013 Posted September 29, 2013 I think you need to do @TempDir&"Guide.txt", 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
water Posted September 29, 2013 Posted September 29, 2013 If you want to copy the file to the desktop of the current user then use: FileCopy(@TempDir & "\Guide.txt", @DesktopDir) My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
bart4683 Posted September 29, 2013 Author Posted September 29, 2013 I think you need to do @TempDir&"Guide.txt", Just tried these 2.but didn't worked... FileInstall("C:\Guide.txt",@TempDir&"\Guide.txt",1) FileWrite (@TempDir&"\Guide.txt","HKCU\Control Panel\Desktop",1) FileInstall("C:\Guide.txt",@TempDir&"\Guide.txt",1) FileCopy (@TempDir&"\Guide.txt","HKCU\Control Panel\Desktop",1)
Solution bart4683 Posted September 29, 2013 Author Solution Posted September 29, 2013 If you want to copy the file to the desktop of the current user then use: FileCopy(@TempDir & "\Guide.txt", @DesktopDir) Thanks Dude youre my saving angel!it worked!Really thank you a lot gr bart
water Posted September 29, 2013 Posted September 29, 2013 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
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