Thread
:
IMDB Error?
View Single Post
12-18-2004, 05:37 PM
neoxed
Too much time...
Join Date: May 2003
Posts: 1,326
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
View Public Profile
Visit neoxed's homepage!
Find More Posts by neoxed