[β] Everything in XYplorer — Rev. 0.96 / 2014/07/24

Discuss and share scripts and script files...
admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by admin »

maybe he uses an older beta...

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by yusef88 »

Marco wrote:Mmh... does Everything work ok if you call it "normally"?
And what do the following

Code: Select all

chcp
and

Code: Select all

chcp 65001
in a command prompt opened via Win+R > cmd ?
both of them give this result
Active code page: 65001
====
Search Everything Version 1.3.4.670b

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by Marco »

What happens if you type in the AB

Code: Select all

text <xypaper>;
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by yusef88 »

:arrow:
Attachments
2014-07-03_184505.png
2014-07-03_184505.png (23.39 KiB) Viewed 4128 times

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by Marco »

Can you run the script step-by-step till line 6 included, and show me the variables you get?
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by neil9090 »

yusef88 wrote::arrow:
Line 1 =

Code: Select all

 $path = "<xypath>\..\Everything\";						//the path of es.exe executable, with a final slash;
I have customised mine to be

Code: Select all

 $path = "<xypath>\Everything\";						//the path of es.exe executable, with a final slash;
Which basically means xypath = C:\Document and Settings\...\Application Data\XYplorer
and then the extracted portable es.exe is located C:\Document and Settings\...\Application Data\XYplorer\Everything\es.exe
if you use the original script without edits;
The location of es.exe would need to be C:\Document and Settings\...\Application Data\Everything\es.exe

nb. text <xypath> instead of text <xypaper> should have been used.

Excellent work marco by the way. Used an old version of everything for a while.
Does my whole file system in a reasonable time, although with 900k+ files, its takes a long time for XY to get a handle on that may files...
even had an out of string space message at some point

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by yusef88 »

@neil9090
applied your solution and it did not work for me..thanks.
Can you run the script step-by-step till line 6 included, and show me the variables you get?
you mean these results

Code: Select all

$path = C :\Program Files\Everything\
-
$path = C :\Program Files\Everything\
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
$query = Everything is awesome... [it's a movie quote ツ]
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
$query = Everything is awesome... [it's a movie quote ツ]
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
$query = Everything is awesome... [it's a movie quote ツ]
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
$query = Everything is awesome... [it's a movie quote ツ]
-
$path = C :\Program Files\Everything\
$paper = Results#20140703231304.txt
$query = Everything is awesome... [it's a movie quote ツ]
Attachments
2014-07-03_232043.png
2014-07-03_232043.png (39.45 KiB) Viewed 4100 times

neil9090
Posts: 64
Joined: 28 Jun 2014 00:09

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by neil9090 »

does the es.exe run ok in cmd
i.e.

Code: Select all

cmd
cd "C:\Program Files\Everything"
es.exe *.txt
does this give you output on screen?

I assume you are using the beta, thus will hopefully have xypath\paper folder created any permissions issues in writing to that folder?

what is your xypath? for XY
it looks like it is in app data, you could try moving xy to another location.

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by yusef88 »

Code: Select all

C:\Program Files\Everything>es.exe *.txt
Everything IPC window not found, IPC unavailable.
xypath in program files, xydata in application data

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by Marco »

Is Everything running in background?
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by yusef88 »

yes
don't worry about me it doesn't matter but if you want any help to test the script I'll be glad to do it
Attachments
xy.png
xy.png (42.03 KiB) Viewed 4045 times

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by Marco »

Well, I suggest you first try to make es work, before using my script. You might find this useful, http://forum.voidtools.com/viewtopic.php?f=5&t=1745
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

sinilill
Posts: 111
Joined: 02 Dec 2013 18:37

Re: [Coming soon] Everything in XYplorer — Rev. 1.00 / 2014/

Post by sinilill »

Wow, nice. Working great

Marco
Posts: 2347
Joined: 27 Jun 2011 15:20

Re: [Beta] Everything in XYplorer — Rev. 0.91 / 2014/07/07

Post by Marco »

Updated first post with a new version.
Things to do to end the beta phase (apart from fixing bugs, if you can find any): properly support the escaping of the --help switch via regex, without adding too much to the code (read: a little change to the current regex should do the trick).
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

sinilill
Posts: 111
Joined: 02 Dec 2013 18:37

Re: [Beta] Everything in XYplorer — Rev. 0.91 / 2014/07/07

Post by sinilill »

I would like to name the results paper folder after the search query, but limited to charaters a-z, 0-9, because a file name cannot contain \ / : * ? " < > | and when searching for *.jpg, then it's gonna be a problem.
How could this be achieved?

Post Reply