Search found 589 matches

by tiago
16 Mar 2011 18:54
Forum: Bug Reports
Topic: datediff not accurate.
Replies: 22
Views: 5994

datediff not accurate.

datediff should calculate hours intervals based on minutes actually involved and not the simple 14:00:01 - 13:58:32 = 1 hour! Same goes for minutes being calculated on actual number of seconds and rounding down for each passed 60 secs.
by tiago
14 Mar 2011 22:13
Forum: Bug Reports
Topic: "Other application is busy" error when adding mp3 to Winamp
Replies: 9
Views: 1867

Re: "Other application is busy" error when adding mp3 to Winamp

And to be explicit regarding zer0's answer: yes, if I enter the real paths everything goes ok with queuing.
by tiago
14 Mar 2011 21:57
Forum: Bug Reports
Topic: "Other application is busy" error when adding mp3 to Winamp
Replies: 9
Views: 1867

Re: "Other application is busy" error when adding mp3 to Winamp

PFA was of no help.
Winamp's "enqueue options" nor "enqueue list" which is a complete different feature wasn't of help.
Winamp portable, latest XY beta.
by tiago
12 Mar 2011 18:54
Forum: Wishes
Topic: Randomness
Replies: 15
Views: 3273

Re: Randomness

Regarding separators: $input = "a.b.cs"; //this could work with "abcs" if gettoken could allow usage of empty separators #217; //clear clip $cf = gettoken($input, "count", "."); //here $base = 0; WHILE ($base < $cf) { incr $base, $base, 1; $final = gettoken($i...
by tiago
12 Mar 2011 18:50
Forum: Bug Reports
Topic: "Other application is busy" error when adding mp3 to Winamp
Replies: 9
Views: 1867

Re: "Other application is busy" error when adding mp3 to Winamp

I was about to post another way round but realized that it doesn't work well when I use values to variables instead of real paths. Any ideas on how to solve this, zer0? $list = get(selecteditemspathnames, "|"); #217; //clear clip foreach($f, $list) { $q = quote($f); copytext("$q "...
by tiago
12 Mar 2011 00:23
Forum: Tips & Tricks, Questions & Answers
Topic: ImgBurn and Catalog question
Replies: 1
Views: 682

Re: ImgBurn and Catalog question

run """C:\IMGburn\ImgBurn.exe"" /MODE BUILD /SRCLIST ""C:\IMGburn\List.LST""";

Works here.
by tiago
11 Mar 2011 23:45
Forum: Script Exchange
Topic: Extract Paths.
Replies: 6
Views: 1981

Re: Extract Paths.

No prob. Trying to summarize, this is the idea: >> readfile to get the $ARRAYs out of text files, some paths will be like (name of the computer)DRIVE:\ $ (3 non-characters or something like that) \\(name of the computer)\Folder\Subfolder with space on name\File name.txt; it seems that the only solut...
by tiago
11 Mar 2011 21:25
Forum: Script Exchange
Topic: Extract Paths.
Replies: 6
Views: 1981

Re: Extract Paths.

gettoken to extract info. Smart and reliable, it seems. Hats off.
by tiago
11 Mar 2011 21:15
Forum: Script Exchange
Topic: Extract Paths.
Replies: 6
Views: 1981

Re: Extract Paths.

Scanning several documents at once and getting the $ARRAYs to work with your script is the remaining, crucial problem, Stefan. I'm trying to use readfile to accomplish the task of finding only valid paths like the aforementioned [your $ARRAY for example] and setting them up for me so I can use your ...
by tiago
11 Mar 2011 17:43
Forum: Tips & Tricks, Questions & Answers
Topic: Search results tab - help needed
Replies: 9
Views: 1841

Re: Search results tab - help needed

I have the same issue, tried to fix it checking XYplorer documentation but it seems to be not possible avoiding that. As example I wrote a script and it was based on results + selpos + going to other location and back to search results, and the ever-changing content on results due to it reflecting c...
by tiago
11 Mar 2011 16:37
Forum: Script Exchange
Topic: Extract Paths.
Replies: 6
Views: 1981

Extract Paths.

Hello people. I'm trying to readfile find pathnames for files, strip files out of paths, paths out of pathnames, base drives only out of pathnames, first parent folders out of pathnames so I can get reports out of documents readfile is able to reach. Tried some patterns, built myself a few but being...
by tiago
09 Mar 2011 17:03
Forum: Wishes
Topic: Randomness
Replies: 15
Views: 3273

Randomness

Hello. I'm trying to find if XY could random letters like AHK does, like in: This Should be RaNdoM > d,e,R,s,h,i,T,M,u,S,N,o,l,o,d,b,a,h I achieved something using "rand", but problem comes with the "formatlist" limitations, as it wipes out unique letters (A != a) since "pas...
by tiago
09 Mar 2011 17:01
Forum: Wishes
Topic: select items and filter wishes.
Replies: 5
Views: 1129

Re: select items and filter wishes.

In fact you can have such report. Here goes a script, basically is a .txt file in disguise so if asked for a program to open it with, point notepad or any other you use to deal with text files. You can add it to a button, as an user defined command which allows assigning hotkeys to it or simply run ...
by tiago
25 Feb 2011 01:03
Forum: Bug Reports
Topic: Math
Replies: 3
Views: 942

Re: Math

Works fine, thnx!
by tiago
24 Feb 2011 21:42
Forum: Bug Reports
Topic: Math
Replies: 3
Views: 942

Re: Math

I believe I found a bug with the "COPYAS" script function Other little bug: copyas "*_copy.?", "<curpath>"; won't do the expected; instead, it will generate a file named "<curpath>*_copy.?" in the upper directory. To get the desired effect, currently we must a...