Welcome!

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

SignUp Now!

TCEdit - Save/Load Session

Aug
2,799
144
I cannot get TCEdit to load a session (File -> Load Session)

I cannot get TCEdit to even load the test.session file that I saved into TCEdit.

Either of the above produces the following dialog;

1785242317379.webp


VSCode can load the file...
1785242363214.webp


Notepad++ can load the file...
1785242398135.webp


The file does not appear to be in ASCII format.

When I use type to look at the file;

Code:
R:\>type test.session
U
:
\
u
p
l
o
a
d
.
b
t
m













R:\>

I have attached the test.session file to this message in session.zip

Joe
Code:
   _admin: 1     _admin is an internal variables
_elevated: 1     _elevated is an internal variable
  _parent: C:\WINDOWS\Explorer.EXE
  _conpty: 0     _conpty is an internal variable
 _contype: Console

TCC  36.51.78 x64   Windows 10 [Version 10.0.19045.7548]
Active code page: 437
Font: Consolas  17 x 37
FaceName: Consolas, FontFamily: 54, FontWeight: 400, FontSize: 17x37
BuildNumber  Caption                   CSDVersion  OSArchitecture  Version
19045        Microsoft Windows 10 Pro              64-bit          10.0.19045

22H2
Manufacturer  Model
Dell Inc.     Precision T5610

* \\.\DISPLAY1, NVIDIA Quadro K4000
     Monitor: MONITOR\GSM56FF\{4d36e96e-e325-11ce-bfc1-08002be10318}\0002
     Refresh rate: 59 Hz
     Color depth: 32
     Screen resolution: 1920 x 1080
     Scaling: 100%  (DPI 96 x, 96 y)
  \\.\DISPLAY2, NVIDIA Quadro K4000
  \\.\DISPLAY3, NVIDIA Quadro K4000
  \\.\DISPLAY4, NVIDIA Quadro K4000
 

Attachments

Whoops!

I have the type command aliased to utype;

Code:
R:\>which utype
utype is a plugin command (TextUtils)

Here is test.session using *type;

Code:
R:\>*type test.session
U:\upload.btm


R:\>

Joe
 
Still not working in TCC 36.52.81 x64

1785797292109.webp


Although I have noticed a change,
that is,
if I do a File -> Load Session,
the .session file is locked until I close TCEdit.
Code:
R:\>*type today.session
TCC: (Sys) The process cannot access the file because it is being used by another process.
 "R:\today.session"

R:\>*type today.session
E:\Utils\template.csx

Joe
 
Load session looks to be working as documented in TCC 36.52.86 x64

Thankyou @rconn , a great time saver.

Joe
 
Back
Top