Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (NewbieZorro, TipmyPip, 1 invisible), 19,045 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
including .exe to .wrs #254630
03/04/09 13:03
03/04/09 13:03
Joined: Aug 2008
Posts: 153
Germany,Stuttgart
kwpsp Offline OP
Member
kwpsp  Offline OP
Member

Joined: Aug 2008
Posts: 153
Germany,Stuttgart
Hey guys,

is it possible to include .exe file into a .wrs file?
I've in my script exec command.
Thank You

kwpsp

Last edited by kwpsp; 03/04/09 13:03.

My system:
- Core 2 Quad 6600(4x 2,4GhZ)
- 2GB Ram
- GeForce 7050(:-))
- Windows seven
Re: including .exe to .wrs [Re: kwpsp] #254632
03/04/09 13:10
03/04/09 13:10
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
.exe in .wrs??

Why??
Then you can't open the game!

And BTW, You'll need 3DGS Pro.

Re: including .exe to .wrs [Re: Cowabanga] #254644
03/04/09 13:43
03/04/09 13:43
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
Cant you just use a BIND "something.exe"; command in the WDL file?




"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial
Re: including .exe to .wrs [Re: EvilSOB] #254649
03/04/09 14:41
03/04/09 14:41

M
mercuryus
Unregistered
mercuryus
Unregistered
M



before wrs-creation
- rename the prog.exe to prog.pak
for publish (with wrs)
- BIND the prog.pak to the wrs (within the WDL)
at runtime
- extract (file_cpy("prog.pak", "prog.pak")) the prog
- rename (file_rename("prog.pak", "prog.exe")) the prog
- start the prog.exe (exec("prog.exe");)

Last edited by mercuryus; 03/04/09 14:42.

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1