Hi again ! I have a PHP/Javascript program. Do you happen to know if it's possible to run that code from Javascript ? Or any other solution to make Windows Explorer open the directory.
Wow, you are Fantastic !!!!! It works 100%. Thanks a Lot ! Den fre 3 jan. 2025 kl 09:11 skrev stahlworks stahlworks@users.sourceforge.net: try this: sfk fromclip +filter -ansitodos >tmppath.txtset /P usepath=<tmppath.txt%SystemRoot%\explorer.exe /e,%usepath% i will have to document -ansitodos, but maybe i rename it to -ansitooem. "sfk fromclip" not showing swedish characters correctly https://sourceforge.net/p/swissfileknife/discussion/542476/thread/eebbb3570e/?limit=25#8bf0 Sent from sourceforge.net...
Wow, you are Fantastic !!!!! It works 100%. Thanks a Lot !
Hi and thanks for a quick response. It worked using >out.txt, all characters are OK. In my example out.txt holds the adress to a folder i.e. c:\test\sfk, when trying to use it to open file explorer: "sfk fromclip>out.txt %SystemRoot%\explorer.exe /e,/%out.txt" It doesn't work, It opens the standard documents folder A few years ago I used the window.open in my js application: window.open(newpath, 'explorer'); But browsers doesn't allow that anymore due to security reasons. So, now my JS application...
When using "sfk fromclip" it reads the clipboard but the swedish characters "å,ä,ö,Å,Ä,Ö" does not shows correctly. I.e. "Hellre en skrynklig själ än ett slätstruket liv" will be shown as "Hellre en skrynklig sjõl õn ett slõtstruket liv". Do you know how to fix this ?