Startup path as unnamed switch - Special folder "Recycle bin"

Things you’d like to miss in the future...
Post Reply
highend
Posts: 13346
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Startup path as unnamed switch - Special folder "Recycle bin"

Post by highend »

Doesn't work here...

Code: Select all

"D:\!XYplorer\!Fresh\XYplorer 25.10.0116\XYplorer.exe" /path="Recycle bin" -> Works
"D:\!XYplorer\!Fresh\XYplorer 25.10.0116\XYplorer.exe" "Recycle bin" -> Fails

Other special folders like "Network" or "Desktop" work when passed as an unnamed switch
"D:\!XYplorer\!Fresh\XYplorer 25.10.0116\XYplorer.exe" "Network" -> Works
"D:\!XYplorer\!Fresh\XYplorer 25.10.0116\XYplorer.exe" "Desktop" -> Works
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60644
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by admin »

Did not test yet, but could it be the lower case "b" in "Recycle bin"? Try "Recycle Bin".

highend
Posts: 13346
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by highend »

Damn, they are case-sensitive^^ But why does it work with /path="Recycle bin" then?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60644
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by admin »

Looks like a :bug: to me. :)

admin
Site Admin
Posts: 60644
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by admin »

Hmm, tested it now and "... XYplorer.exe" "Recycle bin" works fine here. :?

highend
Posts: 13346
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by highend »

Not here, latest beta, fresh instance:

Not working:
Lower-case, not working.gif
Lower-case, not working.gif (119.54 KiB) Viewed 289 times
Working:
Correct-case, working.gif
Correct-case, working.gif (141.96 KiB) Viewed 289 times
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60644
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by admin »

Weird!

At the bottom of Various Information you should see this:
Attachments
2023-11-14_094235.png
2023-11-14_094235.png (3.77 KiB) Viewed 287 times

highend
Posts: 13346
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by highend »

Looks the same but maybe I've delivered not enough info :bug:

I'm executing these commands while XY is running, it works fine with "Recycle bin" if XY wasn't running before so I'd say the normalizing doesn't occur when XY is already running?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60644
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Startup path as unnamed switch - Special folder "Recycle bin"

Post by admin »

Yep, that makes a difference. :) Fixed in next beta.

Post Reply