Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Done add support for batch file projects

rconn

Administrator
May
13,015
192
Staff member
add support for batch file projects

Almost all IDEs support grouping of files, that do one job, in a project.
I suggest adding such functionality to TakeCommand. Sure there is no standard for project files containing DOS/Win batch files, but you can invent your own format...
Project file should contain at least following settings:
what files are belonging to it,
what file is the main one (which file should be started at debugging session start),
default dir for execution (at best - relatively to main file),
command-line parameters supplied,
files that were opened in tle last debugging session, and lines where cursor stood on.

4ad61e33714c9abb1177704da939481e
Vasilich on January 29, 2013 03:00
 

Similar threads

Back
Top