View Single Post
Old 02-02-2006, 07:41 PM  
vinzz
Junior Member
 
Join Date: Feb 2006
Posts: 1
Default execute files after download

what i want is very simple. if a *.sfv file is just downloaded a program has to run this file
i know i can search on this site but it didn't fixd my problem.

the options i found are: options --> file assosiations with the command: view and edit.
why not making an extra script with the command, "execute %*.sfv% after download"
were %*.sfv% is the file that was just downloaded


second option a found was to put an extra line in flashfxp.ini wich doesn't work propely

like this:

Code:
[run]
app="C:\FlashSfv.exe"
param=" *.sfv"
show=1

is there a parameter so i can say it has to open the *sfv from the downloaded directory?
(but what then if you download more then one sfv? :s)
the best option seems to be the first one, and it could be used for other files too, like automaticly open exe when downloaded


please let me know something

thanks in advance
vinzz is offline