Reset Interface Removes Columns After Free %

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
hermhart
Posts: 244
Joined: 13 Jan 2015 18:41

Reset Interface Removes Columns After Free %

Post by hermhart »

Does anyone have an idea as to why when I run the following script to reset the interface that it seems to take away any columns after "Free %" for the computer node?

Code: Select all

 seltab;
 #1040;           //optimize tree
 #1009;           //fully collapse drive
 #348;            //go home
 focus t;         //focus the tree
 goto "Network";
 #1010;           //fully collapse
 goto %computer%;
 #1027;           //minimize window
2015-06-10 Image 1.jpg
To see the attached files, you need to log into the forum.
Windows 11 Pro; 100% scaling

admin
Site Admin
Posts: 66346
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Reset Interface Removes Columns After Free %

Post by admin »

No idea, and it does not happen here.

Post Reply