Yes, I do.MVV wrote:VirtualPanel 1.0.0.620:
...
Does anyone still visits this thread except me?
Please continue to update your helpfull plugin.
Moderators: Hacker, petermad, Stefan2, white
My RSS reader does and it tells me it appreciates all the hard work you put into the development of this plugin.Does anyone still visits this thread except me?
Code: Select all
[Buttonbar]
Buttoncount=10
button1=WCMICONS.dll,65
cmd1=%COMMANDER_PATH%\Addons\AskParam.exe
param1=/c"Add as link to virtual panel" /t"%%${}Path%%\"%N /p"Add "%N" as:" "%%COMMANDER_PATH%%\Plugins\FileSystem\VirtualPanel\VPBatch.exe" ^add "%%1" %P%N
path1=%COMMANDER_PATH%\Plugins\FileSystem\VirtualPanel\
iconic1=0
menu1=P>V Add object to virtual panel...
button2=WCMICONS.dll,64
cmd2=%COMMANDER_PATH%\Plugins\FileSystem\VirtualPanel\VPBatch.exe
param2=^ifok "Remove %%${}Path%%\"%S1" from virtual panel?" { ^del /rd "%%${}Path%%\"%S1 }
iconic2=0
menu2=V>X Remove virtual panel object
button3=
iconic3=0
button4=WCMICONS.dll,4
cmd4=%COMMANDER_PATH%\Addons\AskParam.exe
param4=/c"Loading state file" /t%P%N /p"Enter state file path:" "%%COMMANDER_PATH%%\Plugins\FileSystem\VirtualPanel\VPBatch.exe" ^load "%%1"
iconic4=0
menu4=P>V Load state file...
button5=WCMICONS.dll,76
cmd5=%COMMANDER_PATH%\Plugins\FileSystem\VirtualPanel\VPBatch.exe
param5=^ifok "Remove all contents of %%${}Path%%?" { ^del /rd "%%${}Path%%\*" }
iconic5=0
menu5=V>X Clear current folder...
button6=WCMICONS.dll,51
cmd6=%COMMANDER_PATH%\Addons\AskParam.exe
param6=/c"Loading state file into folder" /t%P%N /p"Enter state file path to add to %%${}Path%%:" "%%COMMANDER_PATH%%\Plugins\FileSystem\VirtualPanel\VPBatch.exe" ^load "%%1" "%%%%${}Path%%%%"
iconic6=0
menu6=P>V Load state file contents to current folder...
button7=
iconic7=0
button8=WCMICONS.dll,50
cmd8=%COMMANDER_PATH%\Addons\AskParam.exe
param8=/c"Export file paths list" /t%P"%O.m3u" /p"Path to list of MP3-files from %%${}Path%%:" "%%COMMANDER_PATH%%\Plugins\FileSystem\VirtualPanel\VPBatch.exe" ^export /a "%%1" "%%%%${}Path%%%%" *.mp3
menu8=P<V Create M3U-list with MP3-files from current virtual folder...
button9=
iconic9=0
button10=WCMICONS.dll,34
cmd10=%COMMANDER_PATH%\Plugins\FileSystem\VirtualPanel\VPBatch.exe
param10=^prop
iconic10=0
menu10=Preferences
If I understood you correctly, you're trying to drag a file onto executable to start that executable with dropped file as parameter? TC doesn't allow this in both normal and virtual panels, you should use Ctrl+Shift+Enter on executable and parameter instead.lansh wrote:I want to drop some files into virtual panel's shortcut icon as the program's parameter. But the virtualpanel will prompt me to add a new shortcut for this dropped file. So do you have any way to do my action?
MVV wrote:If I understood you correctly, you're trying to drag a file onto executable to start that executable with dropped file as parameter? TC doesn't allow this in both normal and virtual panels, you should use Ctrl+Shift+Enter on executable and parameter instead.lansh wrote:I want to drop some files into virtual panel's shortcut icon as the program's parameter. But the virtualpanel will prompt me to add a new shortcut for this dropped file. So do you have any way to do my action?
If you're trying to do something else please describe what you're trying to do with details.