PDA

View Full Version : How to auto SFV sheck when file transfer is done?


Black Joe
06-02-2003, 04:35 AM
Is there a way to do that?

I have been browsing around all topics with no luck on this subject.

What i want to do is that when a file has ben downloaded (local) it automaticaly gets checked against the SFV file.

Thnx!

MxxCon
06-02-2003, 04:44 AM
did you read Changelog for FlashFXP 2.1?
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

Black Joe
06-02-2003, 05:04 AM
Yes i did, but i couldnt find the info again anywhere on the site.

Besides, i dont fully understand how to use that to SFV sheck.

Could you give me an example?

MxxCon
06-02-2003, 06:26 AM
[run]
app="c:\apps\cSFVse.exe"
param="-AddToQueue %p"
show=1

this will run cSFVse with parameter '-AddToQueue <current path>'
obviously depending on your sfv software you'll have to modify param= part.

Black Joe
06-02-2003, 07:33 AM
Hmm, that param will launch csfcse but wont lunch the actual check.

MxxCon
06-02-2003, 06:16 PM
it will add a given dir to a queue of dirs to check, at which point it's up to your configuration of cSFVse to make sure that cSFVse is checking that dir every few few min...

Black Joe
06-03-2003, 01:41 AM
Have you acualy done this, becuse its not working. The program gets launched but the folder dozent get qued. When ad the folder path in a cmd window it works.

What i have noticed is that in cSFVse it says:

"C:\..\cSFVse.exe -AddToQueue "%FILEPATH" --> REMEMBER " " around %FILEPATH!!!"

and in changelog it says:
param="/scan %f"

then we have a problem! REMEMBER " " around %FILEPATH!!!"

How the **** do i put a new pair of " " inside a " "?

I worked on a projekt way back e used /" inside " ", but that dozent work here. So what to do?

Ettorix
06-18-2003, 06:44 AM
You don't need too much "

I have tested with cSFVse v2.69b

[run]
app="C:\Programs\cSFVse_v2.69b\cSFVd.exe"
param=-file "%f" -user_name "Flash" -user_group ""
show=0

and it works !

Great feature