Jump to content

Recommended Posts

Guest Hotrian
Posted

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? :idiot:

Posted

Sorry, just have to..

Rarely do I see

The people that wants to be

Finding the functions that

Manual knows all about

In case you didn“t get it : Read The Fucking Manual :idiot:

Posted

Just remember the trailing backslash!

e.g.

FileInstall('filename','c:\directory\') ;Did you see the backslash? :idiot:

FileInstall('filename',@tempdir & '\')

Posted

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
Posted

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

When the script is compiled "something.bmp" is inside the .exe-file so you don't have to care about it.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...