Helprabcasm.exe doesn't work in a batch file, but it does when i type it manually

Posts 12 of 2 · Page 1 of 1
rabcasm.exe doesn't work in a batch file, but it does when i type it manually
Hi,
I made a series of batch files to help automate the tasks of checking for/downloading the latest AssembleeGameClientXXXXXXXXXX.swf from the realmofhtemadgod web site, as well as disassembling and reassembling the client with rabcdasm.exe and rabcasm.exe. I want to release them here on mpgh but I am having trouble with my ASSEMBLE.BAT: rabcasm.exe keeps giving the error "The system cannot find the file specified."

The exact line in the batch looks like:
Code:
rabcasm.exe rotmg-1\rotmg-1.main.asam
Why is it that it doesn't work in the batch file, but I can type it into the command prompt and it will work perfectly? both ASSEMBLE.BAT and rabcasm.exe are in the same (local) directory.

Here is a screenshot of the batch file output erroring, and then the manually typed line succeeding: Screenshot by Lightshot

Maybe that \\?\C:\ a the beginning has something to do with it? Thanks for reading!
is the batch in the same folder as rabcdasm?
also try in the batch "c:\location\to\rabcdasm.exe rotmg-1\rotmg-1.main.asasm"
I put mine in "c:\realm\"
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?