Welcome!

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

SignUp Now!

Done TCEdit - Load a .session via the command line

Aug
2,799
144
Allow TCEdit to load a .session via the command line.

Suggestions;
TCEdit /session:test

... would load the files listed in test.session

TCEdit @test.session


... would load all of the files listed in the test.session file,
similar to launching multiple files via the command line;

Code:
R:\>type *.session
U:\ppp.cs
C:\Program Files\JPSoft\TCMD36\library\utils.library

R:\>tcedit u:\ppp.cs "C:\Program Files\JPSoft\TCMD36\library\utils.library"

Joe
 
Okay, it would seem that

TCEdit @test.session

already loads all of the files listed in the test.session file.

Maybe just add that to the help for TCEdit.

Joe
 
Back
Top