I'm trying to automate builds of Visual Studio 6 projects (written in C). Everything works fine when I build them from the Visual Studio Development Environment, but I need some help to be able to compile a project (.dsp) or the whole workspace (.dsw) if possible from the command line with command line tools, as this should be done with a batch job for multiple projects at once.
A tutorial or some instructions on how to do this from scratch would be nice...