GREAT!!!!!!
This one worked, saved me a lot of work!

Tnx

Ton

On 3-aug-05, at 23:38, Pat Trendler wrote:

Ton,

This was on the list some time ago, can't remember who, I think it was Monte.

I've used this myself a couple of times.

on mouseUp
 answer file "Standalone"
 if it is "cancel" then exit to top
 put url ("binfile:"&it) into tStack
 repeat forever
 -- there's more than one stackfile in there which isinteresting ;-)
   put offset("#!/bin/sh",char 10 to -1 of tStack) into tOff
   if tOff = 0 then exit repeat
   put char tOff+9 to -1 of tStack into tStack
 end repeat
 ask file "Stack"
 if it is "cancel" then exit to top
 set the fileType to "RevoRSTK"
 put tStack into url ("binfile:"&it)
 answer "conversion finished" with "OK"
end mouseUp

When finished rename the stack with a rev extension.

Pat
[EMAIL PROTECTED]


----- Original Message ----- From: "Ton Kuypers" <[EMAIL PROTECTED]>
To: "How to use Revolution" <use-revolution@lists.runrev.com>
Sent: Thursday, August 04, 2005 2:29 AM
Subject: "Decompile" Windows RR application



Hi gang,

I've had a disk-crash a couple of months ago and lost almost all files on that disk. Among the lost files is also the RR source of a program I've created. The only thing I have is the windows exe file.

Is there a way to "decompile" this back to a working RR project (or even just parts of it) or do I just start all over again?

Ton Kuypers

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 2/08/2005



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to