Search found 1356 matches

by Stefan
23 Oct 2013 11:02
Forum: Tips & Tricks, Questions & Answers
Topic: Extra-back up help please
Replies: 10
Views: 1598

Re: Extra-back up help please

I had to wait myself this morning..... so I already was able to go ahead and do this for you (added above)





.
by Stefan
23 Oct 2013 10:13
Forum: Tips & Tricks, Questions & Answers
Topic: Extra-back up help please
Replies: 10
Views: 1598

Re: Extra-back up help please

For the first one you can get something like this: XYplorer_InputSelect_p75.png ////XYplorer script to read INI file and get a whole section content ////User Settings $INI = readfile("<xydata>\xyplorer.ini"); $OutFolder = "%temp%\xyptestexport"; ////The Code ////get all sections ...
by Stefan
23 Oct 2013 09:34
Forum: Tips & Tricks, Questions & Answers
Topic: getkey for all keys in a section
Replies: 14
Views: 3948

Re: getkey for all keys in a section

buddies... of course that was neither my name nor a valid key :naughty: :biggrin: :appl: What I want is to get keys from ONE section only. And it to be only the VALUES of the keys. Just in case you got stuck, here is a example code just for your issue "get keys from ONE section only. And only t...
by Stefan
22 Oct 2013 22:38
Forum: Tips & Tricks, Questions & Answers
Topic: getkey for all keys in a section
Replies: 14
Views: 3948

Re: getkey for all keys in a section

Stefan - Thanks, I'll go check your suggestions out now. How it goes? Did you worked it out? Here is a ready to use script to read/get a whole section content from a INI file_ ////XYplorer script to read INI file and get a whole section content //The Code $INI = readfile("<xydata>\xyplorer.ini...
by Stefan
22 Oct 2013 22:28
Forum: Tips & Tricks, Questions & Answers
Topic: Extra-back up help please
Replies: 10
Views: 1598

Re: Extra-back up help please

All settings are in the main INI file, called deafult "XYplorer.ini", located in "Application Data Folder" ( http://www.xyplorer.com/xyfc/viewtopic.php?p=61408#p61408 ) There you can see your settings. e.g. [CustomButtons] [Aliases] [FileAssoc] PFA [Favorites] Do you need now a ...
by Stefan
22 Oct 2013 14:43
Forum: Tips & Tricks, Questions & Answers
Topic: Extra-back up help please
Replies: 10
Views: 1598

Re: Extra-back up help please

idea is not to copy as a whole but in parts: with scripting, save in different files all that user could change from fresh install". I am not sure if I get you, or I miss something? All settings are in the main INI file, called deafult "XYplorer.ini", located in "Application Dat...
by Stefan
22 Oct 2013 11:22
Forum: Tips & Tricks, Questions & Answers
Topic: Extra-back up help please
Replies: 10
Views: 1598

Re: Extra-back up help please

Ideas 1.) If you have all stored in your XY "Application Data Folder", (use menu "Go > Go To Application Data Folder" to see) it is enough to execute menu "File > Settings > Backup Application Data Folder..." (more at http://www.xyplorer.com/xyfc/viewtopic.php?p=61408#p...
by Stefan
18 Oct 2013 17:04
Forum: Wishes
Topic: Wish: build-in "rename with a random name or number"
Replies: 2
Views: 1103

Re: many rename many file using random numbers?

This could be a possible way: Have your files to rename separated in one folder, without any other files in between. (Or select all your files to rename) Best test this with duplicates of your real files, then Step 1: Menu View > Sort By > Random Order Step 2: Menu File > Rename Special > Batch Rena...
by Stefan
15 Oct 2013 16:31
Forum: Tips & Tricks, Questions & Answers
Topic: PFA to Detect Folders - How?
Replies: 13
Views: 1891

Re: PFA to Detect Folders - How?

. Ahh, you want to execute a script the same time you go inside a folder by pressing the Enter-key? I think I just don't had understood what you are after, and I am still don't really :whistle: My script is just an PFA example to differ between folder and file for an script call, that how I underst...
by Stefan
15 Oct 2013 13:32
Forum: Tips & Tricks, Questions & Answers
Topic: PFA to Detect Folders - How?
Replies: 13
Views: 1891

Re: PFA to Detect Folders - How?

... I'd like to know if there's a way so PFA (or other means) intercepts a folder when I enter it so I can perform scripted actions based on that info. PFA +|"Test for file or folder" *;\>::if(exists("<curitem>")==2){msg "folder";}else{msg "file";} or +|"...
by Stefan
07 Oct 2013 15:07
Forum: Tips & Tricks, Questions & Answers
Topic: unable to Left drag
Replies: 5
Views: 1044

Re: unable to Left drag

jcmn wrote:I discovered that I'm unable to left drag from list to catalog.
Perhaps this bring in some light: .... what is your drop target?



.
by Stefan
04 Oct 2013 12:04
Forum: Tips & Tricks, Questions & Answers
Topic: Drag & drop Autohotkey scripts
Replies: 9
Views: 2470

Re: Drag & drop Autohotkey scripts

Too late :whistle: Hi Tim and welcome. v7.90.0300 - 2009-05-14 14:45 + Tweak: Added the possibility to add more file types to drop stuff on. The format of the values is "dot- [extension-dot-]extension- dot". So it could look like this, for example: [Settings] DropTargetCustomExtensions=.dr...
by Stefan
04 Oct 2013 09:35
Forum: Bug Reports
Topic: Two bugs for the price of one...
Replies: 3
Views: 850

Regexp rename seems to break on files with no extension.

Hi and welcome Trent. Bug #1: Regexp rename seems to break on files with no extension. If I have three files named: one two three And I try to do a regexp rename with the pattern: (.*) > $1.pdf I would expect to get one.pdf , etc... Instead I get one.pdf.pdf . Kind of like it's running the pattern t...
by Stefan
30 Sep 2013 16:11
Forum: Tips & Tricks, Questions & Answers
Topic: Moderators Wanted
Replies: 17
Views: 3786

Re: Moderators Wanted

I don't want to be that formal neither. I just wanted to define my borders and see if we can agree to some basics. (And maybe have a source to link/refer to) Maybe you don't want me (us) to take care about some of this points at all. Not that I want to handle them as strict as written myself. But yo...
by Stefan
30 Sep 2013 12:32
Forum: Script Exchange
Topic: Script Tutorial Request for sc HTML, INIT/Terminate
Replies: 9
Views: 3559

Re: Script Tutorial Request for sc HTML, INIT/Terminate

Then step by step: html() Displays an HTML formatted string. Syntax html([html], [width=600], [height=400], [caption=XYplorer]) BASIC code: $myXYVariable = html(' <HTML> <FORM method="GET" action="xys:"> </FORM> </HTML> ', "700", "630", "my Windows Title&...