ExclamationHelpRABCDAsm Help!

Posts 1–8 of 8 · Page 1 of 1
RABCDAsm Help!
I directed my CMD to my rabcdasm folder and typed in 'swfdecompress client.swf' because my client is called client.swf and it said that swfdecompress is not a recognized as a internal or external command, operable program or batch file.
I don't know what I am doing wrong, I typed in this exactly:
cd C:\rabcdasm
swfdecompress client.swf
and then got a error.
Please help!
create a bat file called "decompile.bat"

abcexport client.swf
rabcdasm.exe client-1.abc
pause
Quote Originally Posted by Botmaker View Post
create a bat file called "decompile.bat"

abcexport client.swf
rabcdasm.exe client-1.abc
pause
Not a recognized command!
1. Open CMD
2. Navigate to your folder with Rabcadasm (The folder with all the files). MAKE SURE Client.SWF IS IN THE RABCADASM FOLDER
3. In cmd do "abcexport client.swf"
Quote Originally Posted by Trollaux View Post
Not a recognized command!
For more on batch files, Windows decompile and compile .bat's have been added further down the page.

http://www.mpgh.net/forum/720-realm-...l-scripts.html

Like pilplup has written, make sure you have unpacked all the rabcasm executables into that folder along with the .swf file.
If you decide to make the .bat files, they will need to be placed in there as well? Someone confirm this please. Im not sure if you still need to make your bat files executable for them to work?
.bat files are a file you create, not commands you type in command prompt, in case thats what you were trying to do.
Again, search Google for help with both rabcasm and creating .bat files for Windows, I would be very surprised if you can't find anything there.
Well Cyeclops i got the same problem like Trollaux everything done correctly but wont work
Posts 1–8 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?