Hi there,
I have the following situation:
I've tested the speller in a Windows 2000 environment
and works without problems but when I moved into 2003
I'm not able to run the spellchecker. I think the
problem is in the way that the DOS shell uses for read
the path strings.
I grant the appropiate rights to execute cmd.exe to
Internet User account of my machine.
If I try to run the script using the default temp
folder (Windows/temp) I get an Access Denied message
even if I change the access rights for the Internet
account in temp folder.
If I change the temp dir to another inside my webable
folder I get a System cannot find the file message.
If I enter manually in the perl code the path for an
exisitng temp file works fine!!
So I think the problem is in the way to encode the temp
file. Currently appears without "/"...
Any idea would be appreciate!!!
Thanks