Author: Stefan2
Subject: VBScript: move without show dialog
Posted: Wed Sep 21, 2016 4:09 am (GMT -6)
2ronthai
You can utilize a script to move files without dialog.
move.vbs "%L" "%T"
In that script you have to handle errors or e.g. existing files on your own.
Such script you can call from usercmd.ini
[em_move]
cmd=move.vbs
and that way assign a shortcut to it.
SC+x=em_move
So you would select file(s), press shortcut, and they are moved to target panel.
_________________
MfG, Stefan
Win7-10, 32+64-Bit
Am Anfang war das Wort... Darum: Wehret den Anfängen. Kein Viertes Reich! - (☪ oe ✡ is ) = ☮
Subject: VBScript: move without show dialog
Posted: Wed Sep 21, 2016 4:09 am (GMT -6)
2ronthai
You can utilize a script to move files without dialog.
move.vbs "%L" "%T"
In that script you have to handle errors or e.g. existing files on your own.
Such script you can call from usercmd.ini
[em_move]
cmd=move.vbs
and that way assign a shortcut to it.
SC+x=em_move
So you would select file(s), press shortcut, and they are moved to target panel.
_________________
MfG, Stefan
Win7-10, 32+64-Bit
Am Anfang war das Wort... Darum: Wehret den Anfängen. Kein Viertes Reich! - (☪ oe ✡ is ) = ☮