Thread: IMDB Error?
View Single Post
Old 12-18-2004, 05:37 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

Make sure there isn't a space after the equal sign.

Code:
Wrong: 
SYSTEMROOT= %[environment(SYSTEMROOT)]

Right:
SYSTEMROOT=%[environment(SYSTEMROOT)]
You may need other environment variables: http://www.ioftpd.com/kb/view.php?kbid=67
neoxed is offline   Reply With Quote