* trailing spaces in condition of ifcond command are removed
* fixed exporting filenames in ANSI (Unicode w/o BOM was written)
I'm waiting for next bug reports.

Moderators: Hacker, petermad, Stefan2, white
No bug report ! Only complimentsMVV wrote:I'm waiting for next bug reports.
Great !!!!MVV wrote:VirtualPanel 1.0.0.436 (changes since 1.0.0.424):
+ put command may now add files or folders or both
+ flag for put command to auto-rename file if such file already exists
+ flag for exec command to wait for process termination
Auto-rename in put command appends (1), (2) etc to filename (before last dot) until unique filename is found.
Code: Select all
>AutoExec {<del /f . <exec /w ........ <put /al .... }
And it works!nsp wrote:As advised i use my own external app to build fileList but it is automatically launched from VP !
In fact this is working fine for command.ehab wrote:Dear MVV,
can you give examples of how to use icon folder? i mean how do i specify that a file to use a specific icon within a folder!
with thanks
Code: Select all
<add Name Spec
ex: <add >Help <? <<C:\Windows\System32\SHELL32.dll,154
You may set custom icons only for script files (you should specify path to any icon or executable/DLL file [and optionally icon index] at the end of script after "<<"), for virtual folders and for links to inaccessible files/folders (using configuration dialog).ehab wrote:can you give examples of how to use icon folder? i mean how do i specify that a file to use a specific icon within a folder!
I have one note. When you want to add script file, you must enclose entire script to braces. So, right command line may be:nsp wrote:The normal command to use isCode: Select all
<add Name Spec ex: <add >Help <? <<C:\Windows\System32\SHELL32.dll,154
Code: Select all
<add >Help {<? <<C:\Windows\System32\SHELL32.dll,154}
Code: Select all
<add >Help
<?
Now I have tested this and all works fine:ehab wrote:did you try to use ico file instead of a dll?
Code: Select all
<add >Configuration {<prop<<F:\Config.ico}