quote:
Originally posted by CookieRevised
The only thing you need to do, for what you want, is making a script which changes the BINARY registry key:
HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\FtReceiveFolder
I don't think this is that simple. The event to trigger the changes in registry should be associated to the send file/receive file, so it could identify the user signed in and wich is receiving the file. So that the script can apply the destination folder before the temp file is moved to its final place.
If I use the OnEvent_Signin(), it isn't useful when I have multiple users signed in. As it only change the destination folder for the last user signed in.
Is there any event trigger that notifys when a file transfer is about to start?
Or maybe the solution is, to receive the file into the default folder, and the script just moves it into the final folder assigned to the user which received the file.