can i import a totolcommander list of files?
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
can i import a totolcommander list of files?
Hi
can i import a totalcommander list of files?
well , totalcommander can find image with a resolution like photos with 4899 x 4899 pixel resolution
what i can't do it with xyplorer
so i would like to export a list of a bunch of files from total commander and import this list of file in xyplorer and tag them
can i do it?
can i import a file list from total commander?
thanks
can i import a totalcommander list of files?
well , totalcommander can find image with a resolution like photos with 4899 x 4899 pixel resolution
what i can't do it with xyplorer
so i would like to export a list of a bunch of files from total commander and import this list of file in xyplorer and tag them
can i do it?
can i import a file list from total commander?
thanks
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
I beg to differ...what i can't do it with xyplorer
Name & Location - Name:
Code: Select all
prop:System.Image.Dimensions:"4899 x 4899"Code: Select all
prop:#image.dimensions:"4899 x 4899"How would that be done? Menu - Mark - Save Selection To File?so i would like to export a list of a bunch of files from total commander
One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can i import a totolcommander list of files?
Hihighend wrote:I beg to differ...what i can't do it with xyplorer
Name & Location - Name:Code: Select all
prop:System.Image.Dimensions:"4899 x 4899"
about the resolutions was an example ,but search for iso or aperture
and where can i add
Code: Select all
prop:System.Image.Dimensions:"4899 x 4899"How would that be done? Menu - Mark - Save Selection To File?so i would like to export a list of a bunch of files from total commander
yes , the file is a txt file like
or is there a way to copy a file selection from total commander and paste in xyplorer?
in short a possibility to export a file selection to xyplorer and maybe viceversa?
thanks
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
search for iso or aperture
Code: Select all
prop:#image.fstop:"ƒ/4.5"Code: Select all
prop:#image.isospeed:"ISO 100"I already mentioned thatand where can i add
That file does not seem to contain full paths, only the file names...the file is a txt file like
Paste the clipboard content (after selecting items in TC, menu - Mark - Copy Names With Path To Clipboard) into a paperfolder .txt file via "Paste Special - Paste Text Into New File" in XYor is there a way to copy a file selection from total commander and paste in xyplorer?
One of my scripts helped you out? Please donate via Paypal
-
jupe
- Posts: 3478
- Joined: 20 Oct 2017 21:14
- Location: Win10 22H2 120dpi
Re: can i import a totolcommander list of files?
I have never used Total Commander so can't help with the exporting part but if you are able to get a text file that's just full of absolute file paths without quotes you can just put the file in your "<xydata>\paper" folder, lets say you name it "totalcommander.txt" and then you can just type "paper:totalcommander" in the address bar to have them all visible in the list ready for tagging or alternatively you can have the text file located anywhere and use e.g "paper:C:\Users\User\TotalCommander.txt" adjusting to the correct path of course.
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can i import a totolcommander list of files?
hihighend wrote:search for iso or apertureCode: Select all
prop:#image.fstop:"ƒ/4.5"Code: Select all
prop:#image.isospeed:"ISO 100"
amazing
but it's so powerful xyplorer
but about your code , where can i find a complete list ?
thanks
hiPaste the clipboard content (after selecting items in TC, menu - Mark - Copy Names With Path To Clipboard) into a paperfolder .txt file via right click context menu - "Paste Special - Paste Text Into New File" in XY
i would like to learn xyplorer much better , but thanks
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
Addressbar, enter it, hit enter...where can i find a complete list ?
Code: Select all
rtfm "idh_scripting_comref.htm#idh_specialproperties";One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can i import a totolcommander list of files?
hihighend wrote:Addressbar, enter it, hit enter...where can i find a complete list ?Code: Select all
rtfm "idh_scripting_comref.htm#idh_specialproperties";
but is really the full list ?
because for example i haven't found prop:System.Image.Dimensions:"4899 x 4899"
this doesn't workPaste the clipboard content (after selecting items in TC, menu - Mark - Copy Names With Path To Clipboard) into a paperfolder .txt file via "Paste Special - Paste Text Into New File" in XY
thanks
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
XY internal wise, sure.but is really the full list ?
These are all by MS:
https://msdn.microsoft.com/en-us/librar ... s.85).aspx
Ofc it does!this doesn't work
One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can i import a totolcommander list of files?
what does it mean ofc?highend wrote:XY internal wise, sure.but is really the full list ?
These are all by ms:
msdn.microsoft.com/en-us/library/windows/desktop/dd561977%28v=vs.85%29.aspx
Ofc it does!this doesn't work
thanks
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
ofc = of course
One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can i import a totolcommander list of files?
hijupe wrote:I have never used Total Commander so can't help with the exporting part but if you are able to get a text file that's just full of absolute file paths without quotes you can just put the file in your "<xydata>\paper" folder, lets say you name it "totalcommander.txt" and then you can just type "paper:totalcommander" in the address bar to have them all visible in the list ready for tagging or alternatively you can have the text file located anywhere and use e.g "paper:C:\Users\User\TotalCommander.txt" adjusting to the correct path of course.
i have to try it
totalcommander copy like these
Code: Select all
l:\Cache CC\_MG_9381.jpg
l:\Cache CC\_MG_9380.jpg
l:\Cache CC\_MG_9379.jpg
thanks
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
It's already described?
Paste the clipboard content (after selecting items in TC, menu - Mark - Copy Names With Path To Clipboard) into a paperfolder .txt file via "Paste Special - Paste Text Into New File" in XY
One of my scripts helped you out? Please donate via Paypal
-
giuliastar
- Posts: 365
- Joined: 14 Sep 2013 07:22
Re: can i import a totolcommander list of files?
hihighend wrote:ofc = of course
i want to save a total commander selection and import this selection of files in xyplorer so i can tag them
1) tc -> mark ->Copy Names With Path To ClipboardPaste the clipboard content (after selecting items in TC, menu - Mark - Copy Names With Path To Clipboard) into a paperfolder .txt file via "Paste Special - Paste Text Into New File" in XY
2) xyplorer -> Paste Special - Paste Text Into New File -> it creates a txt file
i have no the list of files selected on xyplorer
-
highend
- Posts: 15004
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: can i import a totolcommander list of files?
You have to do this in the <xydata>\paper folder!
And then you use paper:<base name of the file you've just created>
to display all items in it...
And then you use paper:<base name of the file you've just created>
to display all items in it...
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club