Thread: ioReserve
View Single Post
Old 08-24-2004, 12:58 AM  
laShan
Member
 
Join Date: Feb 2004
Posts: 46
Default

Yes. The problem is caused by the fact that since R6 the variable is irPasswdUtil, instead of ioPasswdUtil. I guess you copied the old variable over from the old script to get the correct path.

To fix this, replace this line:
set ioPasswdUtil "W:/IoFTPD/scripts/ioReserve/ioPasswd.exe"

With this:
set irPasswdUtil "W:/IoFTPD/scripts/ioReserve/ioPasswd.exe"


For future reference, when copying your settings from the old scripts to the new ones, only replace the part that's unique to you, since things may have changed since the last version (as in this case). I have added a note to the readme.txt to clarify this.

-- laShan
laShan is offline   Reply With Quote