I have access to it. Also, the exact same command works from cmd.exe, I only get the error when I run the command from a batch file which is started as an IDE tool.
Try using the /exe switch to specify a target exe. Even with /commented, there is still an executable generated.
The default executable name is "PureBasic.exe", so imagine what happens if you run that from the PB directory while the IDE runs
Thanks freak, that solved it. Is there a good reason for generating an exe when you specify /COMMENTED? After all, one of the purposes of this switch is that the asm file can be modified and then reassembled. And if it needs to be modified to work correctly, why create an exe? In some cases it may not even work.