- 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;
Joe
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