View Single Post
Old 12-14-2004, 05:54 PM  
Gioggiolo
Junior Member
 
Join Date: Dec 2004
Posts: 12
Default

Have You Tried this?

Added program execution after transfer complete.
To use this functionality you must add the following section to the FlashFXP.ini
[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
Gioggiolo is offline