On 12/15/10, CrypticMetaphor <crypticmetapho...@gmail.com> wrote:
> If I run it with the rdmd version that came with the compiler, nothing
> special happens, it just compiles and runs the code, the executable
> doesn't end up in my current folder. ( rdmd build 20100913 ).

Sorry, that should be:

rdmd -od%cd%\ filename.d

Notice the backslash there. Otherwise it will create an executable on
the root drive with the name of the folder you're compiling in.
Funky..

Anyway there are more switches here:
http://www.digitalmars.com/d/2.0/dmd-windows.html#switches

Reply via email to