Page 1 of 1

Command Line Switch to open a particular folder?

Posted: 28 Apr 2014 19:05
by kunkel321
This otta be a no-brainer...

I do NOT have XYplorer set as my default file manager, but I want to create a link that opens a particular folder in XY. Is there a simple switch for that? Something like:

"C:\Program Files\XYplorer" /C:\Users\swkunkel\@WorkingDocs

The path info in the help file appear to be referring to the path on INI files, which is not want I want.

Re: Command Line Switch to open a particular folder?

Posted: 28 Apr 2014 19:53
by bdeshi
"path\to\xyplorer.exe" "opening\path"
This is for your path:
C:\Program Files\XYplorer\XYPLORER.EXE" "C:\Users\swkunkel\@WorkingDocs"

Re: Command Line Switch to open a particular folder?

Posted: 28 Apr 2014 21:59
by kunkel321
Thanks Sammy!