Search found 194 matches

by neutrox
24 Dec 2012 13:58
Forum: Script Exchange
Topic: local and web links retrieval
Replies: 6
Views: 1755

Re: local and web links retrieval

C:\Documents and Settings\NetworkService\Application Data\Microsoft\Credentials\Local Links.txt which have links pointing to several documents like D:\Programs\GridinSoft Notepad\license.txt among other guidance text or simply D:\Thread or D:\Documents\ (some have trailing "\", some do not...
by neutrox
24 Dec 2012 12:38
Forum: Script Exchange
Topic: local and web links retrieval
Replies: 6
Views: 1755

Re: local and web links retrieval

help.
by neutrox
10 Dec 2012 19:07
Forum: Tips & Tricks, Questions & Answers
Topic: regex to preserve comments removing everything else
Replies: 6
Views: 1587

Re: regex to preserve comments removing everything else

highend wrote:The regex itself doesn't need to be modified to accomplish that...

You just have to change the replacement from $2 to $1$2$3...
solved, thanks much.
by neutrox
09 Dec 2012 16:34
Forum: Script Exchange
Topic: local and web links retrieval
Replies: 6
Views: 1755

Re: local and web links retrieval

the matches were making the results to disappear instead of preserving them for further report.
by neutrox
09 Dec 2012 16:32
Forum: Tips & Tricks, Questions & Answers
Topic: regex to preserve comments removing everything else
Replies: 6
Views: 1587

Re: regex to preserve comments removing everything else

highend wrote:
i've tried hard
And what did you try exactly?
is there a way to preserve all respective brackets?
Elaborate more...
the attempts we made messing up the regex.

i need to have

[text1]
(text2)
{text3}
<text4>

instead of

text1
text2
text3
text4
by neutrox
09 Dec 2012 16:08
Forum: Script Exchange
Topic: local and web links retrieval
Replies: 6
Views: 1755

local and web links retrieval

how could xyplorer read a file and extract

a. all web links contained?

b. all local paths, files only?

b1. local paths, folders only?
by neutrox
09 Dec 2012 16:04
Forum: Tips & Tricks, Questions & Answers
Topic: regex to preserve comments removing everything else
Replies: 6
Views: 1587

Re: regex to preserve comments removing everything else

thanks much highend.

i've tried hard but can't let it work: is there a way to preserve all respective brackets?
by neutrox
28 Nov 2012 05:39
Forum: Wishes
Topic: script: delete - skip locked
Replies: 4
Views: 1441

Re: script: delete - skip locked

a script command version of it actually.
by neutrox
28 Nov 2012 05:16
Forum: Tips & Tricks, Questions & Answers
Topic: regex to preserve comments removing everything else
Replies: 6
Views: 1587

regex to preserve comments removing everything else

how do i extract info contained on

{...}
[...]
(...)
/*...*/
and <...>

using regex?

i mean: everything that's not between and of course including brackets must go.
by neutrox
28 Nov 2012 04:58
Forum: Wishes
Topic: script: delete - skip locked
Replies: 4
Views: 1441

Re: script: delete - skip locked

sorry but i have to bump on this as holidays are coming and i would use this little enhancement a lot.
by neutrox
28 Nov 2012 04:56
Forum: Bug Reports
Topic: open command failing on multiple files
Replies: 4
Views: 1151

Re: open command failing on multiple files

get simple text files and launch them using xyplorer: on two files selected only one of them will be opened twice while the other wont be touched.

select those guys again under WE and press enter: the two files will be opened as expected.
by neutrox
28 Nov 2012 04:51
Forum: Bug Reports
Topic: auto-rich copy not working
Replies: 3
Views: 1060

Re: auto-rich copy not working

i see the folder is created but no rich copy at all happens then.
by neutrox
09 Nov 2012 03:48
Forum: Bug Reports
Topic: open command failing on multiple files
Replies: 4
Views: 1151

open command failing on multiple files

Code: Select all

      $list = get(selecteditemspathnames);
   foreach ($tk, $list, <crlf>) { open "$tk";  }
any reason for it refusing to launch current token, picking up the last selected, focused instead?
by neutrox
05 Nov 2012 23:38
Forum: Bug Reports
Topic: auto-rich copy not working
Replies: 3
Views: 1060

auto-rich copy not working

steps to repro: 1. have two folders with same named files on pane 2. 2. on pane 1, inactive, have a target folder. 3. run this script: $path = get("path", i); $list = folderreport("files", "r", "", "r", , "|"); moveas "*.?", "...
by neutrox
04 Nov 2012 00:02
Forum: Bug Reports
Topic: problem with move up from search list
Replies: 20
Views: 4114

Re: problem with move up from search list

admin: great! FluxTorpedoe: i already had an script solution. i guess that xyplorer function will perform faster and that's a second reason why i ask this. the first one: 'move up' should only be understood as... move selected files one level up reagrdless where it as called from, not turning sooner...