Posts: 3658 Reputation: 61
36 / /
Joined: Aug 2006
O.P. RE: [Testing] Received Files Sorter
Not a clue. It moves a file to a new folder so it could be a Windows error as it works on mine. It isn't to seperate functions to create the folder then move the file, but just the one
quote:Originally posted by SpunkyLoveMuff
Not a clue. It moves a file to a new folder so it could be a Windows error as it works on mine. It isn't to seperate functions to create the folder then move the file, but just the one
are you using it on XP or Vista? Because it failes to even start for me on Vista...
In my experience, Vista can screw up all ActiveX objects very easily. Make sure Xniff compitable with Vista, and that you've registered the DLL.
To register the DLL:
1. Press the Windows key+R. Type "cmd" (without quotes in the box and press enter).
2. Type "cd <PATH>" where <PATH> is the script folder, where the Xniff DLL is located.
3. Type "regsvr32 /u <DLLNAME> " where <DLLNAME> is the Xniff DLL. This will unregister the DLL.
4. Then finally register it again with "regsvr32 <DLLNAME>".
Hopefully it will give you some kind of error, which could be the problem.
This post was edited on 03-01-2008 at 07:03 AM by vikke.