Search found 298 matches

by kotlmg
15 Sep 2020 17:09
Forum: Script Exchange
Topic: Need a script: Select files until an extension or file type
Replies: 9
Views: 2025

Re: Need a script: Select files until an extension or file type

is it possible to select all files below the selected file?
by kotlmg
22 Jul 2020 07:19
Forum: Script Exchange
Topic: A script for MRU tabbing order.
Replies: 5
Views: 2309

Re: A script for MRU tabbing order.

hai fizzybiz, you have written code for xyplorer in autohotkey . that is why i have asked my question. i have no intention to start autohotkey forum in xyplorer forum. you have written the script in autohotkey instead of xyplorer script, that is why i have asked. As you guided i have already created...
by kotlmg
21 Jul 2020 16:56
Forum: Script Exchange
Topic: A script for MRU tabbing order.
Replies: 5
Views: 2309

Re: A script for MRU tabbing order.

can anyone help me in writing the autohotkey script to select clear recent items list from the attached potplayer's right click context menu. screen shot is attached for ready reference. /:: Send, {AppsKey}a Send,{Enter} ;Send {Down 15} ;Send,{Enter} Send,c Send,{Enter} SplashTextOn 200,20,Clear Rec...
by kotlmg
23 Jun 2020 17:36
Forum: Script Exchange
Topic: Create Directory with Multiple subs?
Replies: 31
Views: 7439

Re: Create Directory with Multiple subs?

thanks a lot.
by kotlmg
23 Jun 2020 17:15
Forum: Script Exchange
Topic: Create Directory with Multiple subs?
Replies: 31
Views: 7439

Re: Create Directory with Multiple subs?

i am able to create folders with dates. but yeasterday and tomorrow i am not able to add $dstPath = "D:\AVI\images"; $subFolders = new <datec yyyy.mm.dd>|new <datec yyyy.mm.dd>|new <datec yyyy.mm.dd>; $folderName = input("Enter the desired folder name"); if ($folderName) { foreac...
by kotlmg
23 Jun 2020 16:02
Forum: Script Exchange
Topic: Create Directory with Multiple subs?
Replies: 31
Views: 7439

Re: Create Directory with Multiple subs?

is there any wrong in the following script? $dstPath = "D:\AVI\images\"; $subFolders = $date+datediff($time,<date YYYY-MM-DD> ,"d")|$date+datediff($time,<date YYYY-MM-DD> ,"d")-1|$date+datediff($time,<date YYYY-MM-DD> ,"d")+1; $folderName = input("Enter ...
by kotlmg
22 Jun 2020 17:39
Forum: Script Exchange
Topic: Create Directory with Multiple subs?
Replies: 31
Views: 7439

Re: Create Directory with Multiple subs?

is there any wrong in the following script? $dstPath = "D:\AVI\images\"; $subFolders = $date+datediff($time,<date YYYY-MM-DD> ,"d")|$date+datediff($time,<date YYYY-MM-DD> ,"d")-1|$date+datediff($time,<date YYYY-MM-DD> ,"d")+1; $folderName = input("Enter t...
by kotlmg
22 Jun 2020 15:54
Forum: Script Exchange
Topic: Create Directory with Multiple subs?
Replies: 31
Views: 7439

Re: Create Directory with Multiple subs?

This is way off... $dstPath = "R:\test"; $subFolders = "Images|Text|Previews"; $folderName = input("Enter the desired folder name"); if ($folderName) { foreach($subFolder, $subFolders, , "e") { new("$dstPath\$folderName\$subFolder", "dir")...
by kotlmg
17 May 2020 20:43
Forum: Tips & Tricks, Questions & Answers
Topic: deleting files based on line number
Replies: 1
Views: 591

deleting files based on line number

i have hundreds of images in a folder. i want to delete from line no. 12-30, 85-99,123-345 etc.
how to select files as per the above ranges and delete them with confirmation?
is this feature available ?
by kotlmg
13 May 2020 09:09
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53105

Re: [AHK] redirecting Windows Explorer to XY

tried new version. it is working perfectly.
excellent.
by kotlmg
11 May 2020 18:18
Forum: Script Exchange
Topic: [AHK] redirecting Windows Explorer to XY
Replies: 107
Views: 53105

Re: [AHK] redirecting Windows Explorer to XY

thanks a lot for the script.
by kotlmg
10 May 2020 17:30
Forum: Script Exchange
Topic: vTBs or Vertical Toolbars
Replies: 47
Views: 18879

Re: vTBs or Vertical Toolbars

i have changed the 235 line as follows.
"Generate new vToolbar|:sync";
i am attaching screenshot for your reference.
by kotlmg
09 May 2020 16:22
Forum: Script Exchange
Topic: vTBs or Vertical Toolbars
Replies: 47
Views: 18879

Re: vTBs or Vertical Toolbars

vertical toolbars is very useful to me. your zip version has two files. i.e. vTB_v1.06_L&R.xys vTB_v1.06.xys . i have assigned one button the code in vTB_v1.06.xys. i got vertical toolbars and able to use them. but i am not able to reorder commands. i am attaching screenshots for your informatio...
by kotlmg
07 May 2020 19:32
Forum: Script Exchange
Topic: vTBs or Vertical Toolbars
Replies: 47
Views: 18879

Re: vTBs or Vertical Toolbars

vertical toolbars is a novel idea.
excellent for the your efforts.
i liked this idea very much.
by kotlmg
06 May 2020 19:53
Forum: Script Exchange
Topic: Mass rename via external text editor
Replies: 16
Views: 5435

Re: Mass rename via external text editor

there is some problem with ColumnEdit.exe in this page. it is quarantined by antivirus. hence i copied ColumnEdit.exe from the following page https://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=18745&hilit=ColumnEdit.exe&start=30 edited the settings as [General] Editor=C:\Program Files (x8...