Search found 13240 matches

by highend
26 May 2011 17:39
Forum: Script Exchange
Topic: folderreport: How to report items with exceeding length?
Replies: 12
Views: 2765

Re: folderreport: How to report items with exceeding length?

serendipity wrote:

Code: Select all

//Report file paths greater than 259 chars
  goto "?len: > 259 /r";
  text report ("{Path}\{Name}<crlf>");
  tab ("lock", ,0);
  #351;
Thanks again, works fine :)
by highend
26 May 2011 16:44
Forum: Script Exchange
Topic: folderreport: How to report items with exceeding length?
Replies: 12
Views: 2765

Re: folderreport: How to report items with exceeding length?

@serendipity Ähm... wow! @Stefan Danke für die ganze Mühe, aber ich glaub serendipity hat hier gerade das Rennen gemacht :) Stefan's script takes off the load from XYplorer and makes it at least usable while the script is active. But... I used both scripts on my D: partition. 332GB, over 100.000 fil...
by highend
26 May 2011 15:33
Forum: Script Exchange
Topic: folderreport: How to report items with exceeding length?
Replies: 12
Views: 2765

Re: folderreport: How to report items with exceeding length?

Thanks admin. Script is ready so far: //Report folder and filename lengths which are larger than 259 characters //setting('BackgroundFileOps', 0); $result = ""; $filelist = folderreport("items", "r", , "r"); foreach($line, $filelist, "<crlf>") { if (...
by highend
26 May 2011 14:34
Forum: Script Exchange
Topic: folderreport: How to report items with exceeding length?
Replies: 12
Views: 2765

Re: folderreport: How to report items with exceeding length?

@serendipity No, sorry. I need a text output in a window, not a normal search result inside XYplorer. Quick question: How do I append new lines to a variable (inside a foreach loop)? $filelist = folderreport("items", "r", , "r"); foreach($line, $filelist, "<crlf>&q...
by highend
26 May 2011 13:28
Forum: Script Exchange
Topic: folderreport: How to report items with exceeding length?
Replies: 12
Views: 2765

Re: folderreport: How to report items with exceeding length?

Thanks for the hint, Stefan!

I hope I'll get this into a small script by myself ;)

Regards,
highend
by highend
26 May 2011 13:11
Forum: Script Exchange
Topic: folderreport: How to report items with exceeding length?
Replies: 12
Views: 2765

folderreport: How to report items with exceeding length?

Hi, is there a way to let folderreport only output files / directories that exceed the normal 260 character limitation? Background: I'm syncing my folders with HiDrive (Strato) via rsync and I want to be sure that nothing is lost (because rsync skips all things beyond the character limit). Tia, high...
by highend
26 May 2011 12:13
Forum: Wishes
Topic: Select file by typing a part of it's name?
Replies: 6
Views: 1326

Re: Select file by typing a part of it's name?

Thx LittleBig,

I was so used to this function in SpeedCommander without the need to go to the address bar and use a prefix for this kind of task...

Regards,
highend
by highend
26 May 2011 10:43
Forum: Wishes
Topic: Select file by typing a part of it's name?
Replies: 6
Views: 1326

Select file by typing a part of it's name?

Hi, the basic feature is already implemented (typing the beginning of a file / dir name selects the first match in the active pane). But what about being able to do this with only a part of the name (that can be anywhere in the name, not only at the beginning)? Being even more powerful, any chance t...
by highend
15 May 2011 13:54
Forum: Script Exchange
Topic: Invoke ffmpeg with openwith?
Replies: 0
Views: 956

Invoke ffmpeg with openwith?

Hi, it's just a simple script to convert any video to mpeg2 (dvd compliant) to view it on my SAT receiver (which only supports proper mpeg2 files). //Convert current file "VideoConvert : convert" //set FFmpeg and Sound path below $exec = "D:\Tools\FFmpeg\ffmpeg.exe"; $microwav = ...
by highend
14 May 2011 20:48
Forum: Bug Reports
Topic: Shell menu language?
Replies: 6
Views: 1851

Shell menu language?

Don't know if it's a bug or intended behaviour... Windows 7 x64 SP1 German, XYplorer latest beta (english). If I rightclick on a folder in the left pane I have my normal (german) shell functions like "Ausschneiden, Kopieren, Einfügen", etc. If I use "Kopieren" (english: Copy) and...
by highend
14 May 2011 20:34
Forum: Bug Reports
Topic: Loadtree slightly bugged?
Replies: 1
Views: 670

Loadtree slightly bugged?

v9.90.0925 I use two different loadtree scripts in a catalog. First one: // Load Download Tree & Switch Panes loadtree "Desktop|Eigene Dokumente|C:\Program Files\|C:\Program Files (x86)\|C:\Temp\|C:\Users\Highend\|C:\Windows\|D:\Images\|D:\Install\|D:\Temp\|D:\Tools\|D:\Users\Highend\Dokume...
by highend
04 Apr 2011 15:56
Forum: Bug Reports
Topic: Network - Not all machines visible
Replies: 19
Views: 3114

Re: Network - Not all machines visible

I should have been clearer: Z: doesn't appear in the Tree hanging directly under the root Computer-node? If you mean: It appears as letter Z: in the tree (it's not at the top but at the bottom of it)? Yes it does. It isn't a problem of XYplorer to show drive letters that were assigned through opera...
by highend
04 Apr 2011 13:16
Forum: Bug Reports
Topic: Network - Not all machines visible
Replies: 19
Views: 3114

Re: Network - Not all machines visible

nas8e9 wrote:Does the share become visible to XYplorer after using Windows Explorer to map it to a drive letter?
You mean visible in the network place? No. Still only the two physical ones (while \\vm-xp-sat\Movies mapped to Z:)
by highend
04 Apr 2011 12:43
Forum: Bug Reports
Topic: Network - Not all machines visible
Replies: 19
Views: 3114

Re: Network - Not all machines visible

Uh, try harder please!

It's not an option to use the build in explorer for such a simple task :)
by highend
04 Apr 2011 12:11
Forum: Bug Reports
Topic: Network - Not all machines visible
Replies: 19
Views: 3114

Network - Not all machines visible

Hi, Windows 7 Ultimate x64 DE XYplorer 9.90.0605 (Beta) I'm currently running a Windows XP SP3 machine inside Virtual Box 4.0.4 which shares the folder "C:\Movies" as "\\vm-xp-sat\Movies" The windows explorer has no problems to show the machine vm-xp-sat and gain access to that f...