Code: Select all
tab("new", "C:\Shortcuts\ProgramData.lnk");
tab("new", "C:\Shortcuts\ProgramData");Is it actually supported? If not, could it be?
Code: Select all
tab("new", "C:\Shortcuts\ProgramData.lnk");
tab("new", "C:\Shortcuts\ProgramData");Code: Select all
v19.40.0006 - 2018-11-26 12:02
+ SC tab: Now you can pass LNK files as new location (when the target is a
folder). The new tab will be opened at the LNK target. Example:
tab("new", "C:\Shortcuts\ProgramData.lnk");