Startup folder

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
daanh
Member
Member
Posts: 11
Joined: 2010 Feb 26, 14:39

Startup folder

Post by daanh »

Hi, can anyone tell me how to make Xplorer2 always start in the same folder? I punt  /F:0 E:\My documents after the icon properties target, but it doesn't work...

Thanks, Daan
daanh
Member
Member
Posts: 11
Joined: 2010 Feb 26, 14:39

Post by daanh »

OK, I see now that the space in the folder name is the problem.

However, I get an error message if I try to get the brackets around the whole target ("C:\Program Files\zabkat\xplorer2\xplorer2_UC.exe /M /F:0 E:\My documents"). A solution anyone?

Thanks, Daan
Mr.Pleasant
Silver Member
Silver Member
Posts: 281
Joined: 2006 Dec 29, 12:56
Location: Utrecht, NL

Post by Mr.Pleasant »

Just put quotation marks around the paths, like this:

Code: Select all

"C:\Program Files\zabkat\xplorer2\xplorer2_UC.exe" /M /F:0 "E:\My documents"
I think that should work.
Kilmatead
Platinum Member
Platinum Member
Posts: 4628
Joined: 2008 Sep 30, 06:52
Location: Dublin

Post by Kilmatead »

Keep each part in separate sets of quotations:

"...\xplorer2_UC.exe" /M /F:0 "E:\My documents"

Edit: Oops, beaten by Mr. Pleasant.  :D
Last edited by Kilmatead on 2010 Feb 28, 20:13, edited 1 time in total.
daanh
Member
Member
Posts: 11
Joined: 2010 Feb 26, 14:39

Post by daanh »

Thanks! I just bought the program! :)
Post Reply