Quote:
Originally posted by Uradox
Just wondering if it would be possible to include a feature that allows me to execute a site command On a event
Like OnLoginSucessfull i can specify to run 'SITE SWHO' or whatever else.
|
site manager, advanced tab.
Quote:
Even things like OnQueueTransfered
Not a important thing just would be handy sometimes
|
Sound Events can accept not only sound files, but also .bat files, and there, obviously, you can run whatever you want.
back in v2.1 another feature was implemented to flashfxp.ini
Quote:
[run]
app=<full\path\to\exe>
param=<any params you need to pass, use the %f macro to pass the filename>
show=1
|
show application window has two values 0=hidden 1=visible
Simple Example
[run]
app="c:\vscan.exe"
param="/scan %f"
show=0