Thread: mount problem
View Single Post
Old 01-21-2006, 04:33 PM  
cr4y
Junior Member
 
Join Date: Jan 2006
Posts: 3
Default

first of all there's an error in the net use statement ;-) i don't think it works that way
Code:
net use z: \\server\share /u:MyDomain\MyUser MyPassword
If it still doesn't work remove the
Code:
@ECHO OFF
line so you'll see there errors in the login message. Probably you have to put the %SystemRoot%\System32\net.exe to the ioFTPD system directory
Code:
[Events]
OnFtpLogIn = EXEC ..\scripts\mount_shares.bat
were you missing the \ ? ^^

bye =)
cr4y is offline