Basically want to make a macro script

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 13 14:39:30 PST 2014


On Thursday, 13 November 2014 at 22:35:56 UTC, Casey wrote:
> Ok so I ran that, and it sends me the error that Windows can't

Once you cd to the folder, it becomes pretty simple, just do:

dmd hotkey.d simpledisplay.d color.d

all three files on one line - that's important because otherwise 
it won't find them all together and will try to do something 
else. It should spit out hotkey.exe after that.


More information about the Digitalmars-d-learn mailing list