my project compiles very well within radasm, but when i add in project options the /SECTION switch (which I normally use to make my code section writable), it will output a odd file not found error...
wonder why this happens..that switch works well in my own make.bat


thank you
Posted on 2004-02-23 16:03:53 by DZA
Replace the "," with a "|".
Posted on 2004-02-23 17:30:39 by KetilO
Hi Ketil,

Not to tell you how to do things, but considering that 99.999% of the problems that people have with the command lines is the comma thingie wouldn't it be better to break the existing projects and fix it up once and for all. Say replace it with a character that is a little less likely to appear in a command line, like ^ or something. Anything would be preferable to seeing this same question once every 3 days.
Posted on 2004-02-23 17:46:24 by donkey
Since it will also be read by humans I think ; is a good candidate.
Posted on 2004-02-24 03:04:31 by KetilO
ok sorry, I thought I was the only one who had this problem, didn't bothered to search forum:)
and thanks! RadASM is sweeeeeet!
Posted on 2004-02-24 11:24:12 by DZA