-
-
Notifications
You must be signed in to change notification settings - Fork 504
Custom directory open command
Josef Nemec edited this page Sep 20, 2020
·
2 revisions
By default, Playnite uses Explorer process to navigate to file system directories, for example, when opening game's installation location. This behavior can be overwritten via Directory open command
option.
The option takes shell command to be executed when some directory open action is invoked in Playnite. The actual directory is passed to the command string via {Dir}
variable.
For example, to open directory in Total Commander application, use following command:
"c:\Programs\totalcmd\TOTALCMD64.EXE" /L="{Dir}" /O /T