Help!
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
In my Perl script , Im using Win32::OLE to access and read an Excel file. The annoying thing is that every time an Excel file is accessed, a shortcut for it is automatically created at the root of my C: drive. If I access 3 different Excel files, there will be 3 different shortcuts created. These are not temporary files -- they remain there permanently (until I manually delete them). What is doing this??? Is there some Excel macro that's doing this? Or does it have to do with some configuration setting in IIS? I've been trying to search the internet for this topic but cant find anything. Please help if you can. Thanks.