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:
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!
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
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!