Dan Kegel a écrit :
I'm getting ready to propose this as a project for students at UCLA. See http://kegel.com/wine/sweng/2010/ Comments welcome (especially from anyone who knows our current cmd implementation).
you could add a couple of references to cmd interpretations: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-... http://ss64.com/nt/ (especially the syntax part) http://technet.microsoft.com/en-us/library/cc723564.aspx#mainSection http://en.wikipedia.org/wiki/Batch_file
in task#1, - the .bat (and others) files should be embedded in the .c files and generated on the fly for better inclusion - this has to be done in the most generic way (there's no test env for programs right now)
in task#3, - s/wineqa/winehq/ - if we go for a yacc/bison grammar, it's definitively a good idea to implement it command by command (as a way to split in small patches)
A+