Command Line
- "Path" = Opens specified path in new tab.
- /n "Path" /n "Path2" = Opens specified paths in separate tabs.
- /idlist :pid:pidl = Opens specified location in new tab.
- /link "Path to shortcut" = Opens shortcut's target in new tab.
- /icon "Path to icon" = Make application use custom icon.
System Variables supported in paths
- %ALLUSERSPROFILE% = Location of the All Users Profile.
- %APPDATA% = Location where applications store data by default.
- %HOMEDRIVE% = Drive letter that is connected to the user's home directory.
- %HOMEPATH% = Full path of the user's home directory.
- %PROGRAMFILES% = Location of the default install directory for applications.
- %SYSTEMDRIVE% = Drive containing the Windows root directory.
- %SYSTEMROOT% = Location of the Windows root directory.
- %TEMP% = Default temporary directory.
- %TMP% = Default temporary directory.
- %USERPROFILE% = Location of the profile for the current user.
- %WINDIR% = Location of the OS directory
- %SYSDIR% = System Directory ( e.g. C:\Windows\System ).
- %PERSONAL% = My Documents folder.
- %CEDRIVE% = Drive from which CubicExplorer is run.
All variables are returning a path that has no trailing backslash.