Hey Guys and Gals,
I am not very proficient with vbs but I think I can convey what I would like it to do.
I would like to put a statement something like this in a login script:
if exist ("Q:\users\%username%\subdirectory\") Then
subst /d
subst S: Q:\users\%username%\subdirectory
End IF
Subst, as you probably already know, is a DOS command that can assign a drive letter to a subdirectory. How can I run these commands?
Thanks,
Zych
I am not very proficient with vbs but I think I can convey what I would like it to do.
I would like to put a statement something like this in a login script:
if exist ("Q:\users\%username%\subdirectory\") Then
subst /d
subst S: Q:\users\%username%\subdirectory
End IF
Subst, as you probably already know, is a DOS command that can assign a drive letter to a subdirectory. How can I run these commands?
Thanks,
Zych