Guest Hotrian Posted December 3, 2004 Posted December 3, 2004 Does anyone know if there is a way to save a file into the exe, so that i can send it to my friend, can he can use the exe without needing the files i have, because they would already bethere? like using a TXT openr to open the file and somehow use it?
Helge Posted December 3, 2004 Posted December 3, 2004 Sorry, just have to..Rarely do I seeThe people that wants to beFinding the functions thatManual knows all aboutIn case you didn“t get it : Read The Fucking Manual
ezzetabi Posted December 3, 2004 Posted December 3, 2004 Just remember the trailing backslash! e.g. FileInstall('filename','c:\directory\') ;Did you see the backslash? FileInstall('filename',@tempdir & '\')
layer Posted December 3, 2004 Posted December 3, 2004 do you mean you want to compile the .au3 to exe??? when you make the .au3 file, right click on it and hit compile or compile with options... P.S. Also, question about fileinstall... so lets say i have an exe i want to give to a friend?.. and it has fileinstall in it, so its like FileInstall ("C:\lalalal\something.bmp", $destination") whatever the command is... how would it get the file it needs to install? im so confused FootbaG
sugi Posted December 5, 2004 Posted December 5, 2004 P.S. Also, question about fileinstall... so lets say i have an exe i want to give to a friend?.. and it has fileinstall in it, so its like FileInstall ("C:\lalalal\something.bmp", $destination") whatever the command is... how would it get the file it needs to install? im so confusedWhen the script is compiled "something.bmp" is inside the .exe-file so you don't have to care about it.
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