How to select the first 1000 or 900 files?
Moderators: Hacker, petermad, Stefan2, white
How to select the first 1000 or 900 files?
When you have files in a folder (ex. 5000), how to Select the first 1000 or 900 files, creating a button with this parameter on the button bar?
AutoHotkey: Select a amount of Files down.
Take a look here: http://ghisler.ch/board/viewtopic.php?p=298324#298324
Based on Romans script:
Select-Amount-Of-Files-small.AHKAHK v1.1.22.9
For more info about AHK and that script, see here
http://ghisler.ch/board/viewtopic.php?p=298324#298324
For "How to create an button" see:
http://ghisler.ch/board/viewtopic.php?p=287965#287965
(Selektieren Auswählen Anzahl Dateien markieren)
Based on Romans script:
Select-Amount-Of-Files-small.AHK
Code: Select all
; http://ghisler.ch/board/viewtopic.php?p=298324#298324
; Hacker Posted: Wed Jul 29, 2015 21:32 Post subject:
; Here is a shorter AHK script:
; First select first wanted file manually by hand yourself.
; Next execute this script to select %OutputVar% times down.
WinActivate, ahk_class TTOTAL_CMD
WinWaitActive, ahk_class TTOTAL_CMD
; cm_GoToFirstFile=2050;Place cursor on first file in list
; PostMessage, 1075, 2050
msg = Purpose: Select a bunch of items`n
msg = %msg%1) Select first item(s) yourself.`n
msg = %msg%2) Run this script.`n
msg = %msg%3) Enter below an amount of how many to select down.
InputBox, OutputVar, TC AHK script, %msg%
SendInput, {Insert %OutputVar%}
For more info about AHK and that script, see here
http://ghisler.ch/board/viewtopic.php?p=298324#298324
For "How to create an button" see:
http://ghisler.ch/board/viewtopic.php?p=287965#287965
Code: Select all
CMD: "%COMMANDER_PATH%\TOOLs\AHK\AutoHotkey.exe" "%COMMANDER_PATH%\TOOLs\AHK\Select-Amount-Of-Files-small.AHK"
PARAM:
ICON: "%COMMANDER_PATH%\TOOLs\AHK\AutoHotkey.exe"
Tooltip: Select-Amount-Of-Files-small
(Selektieren Auswählen Anzahl Dateien markieren)
- Vochomurka
- Power Member
- Posts: 816
- Joined: 2005-09-14, 22:19 UTC
- Location: Russia
- Contact:
Single user license #329241
PowerPro scripts for Total Commander
PowerPro scripts for Total Commander