include a file in a exe ?

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Julien Morel.

Hi,
It is possible to include a file in a exe then to execute this file?

Thank




Salut,
Est il possible d’inclure un fichier dans un exe puis d’exécuter ce fichier ?

Merci

Forum in French
http://www.forumpurebasic.fr.st
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by freak.

Maybe this helps?
viewtopic.php?t=3804

Timo
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Julien Morel.

to execute file only in memory (no in hard disk) ? that possible?

Forum in French
http://www.forumpurebasic.fr.st
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Denis.

Salut Julien,

not a solution, but just an idea.

May be you can create a memory drive (i don't know how) an then copy you file to this memory drive and run it.


Denis
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ricardo.
May be you can create a memory drive (i don't know how) an then copy you file to this memory drive and run it.
Its possible to do it?



Best Regards

Ricardo

Dont cry for me Argentina...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Denis.

Hi Ricardo,

i don't know if it is possible under Windows but i remember (a lot of years ago) that it was possible to create a memory disk under DOS and use it as a floppy disk.


Denis
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Jose.

Hi Julien,

Try searching on the forum for "IncludeBinary"

I found these earlier;
viewtopic.php?t=3965
viewtopic.php?t=4416

Hope that helps
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by Volker.

Yes, its possible to make a ramdisk on Windows, but be CAREFUL with NTFS !

Look at: http://support.microsoft.com/default.as ... US;q257405

Greetings,

Volker
Post Reply