|
Hello Glenn
I tried that but it didnt work, i have manually copy and pasted the files from the locations under the usergroup i have assigned it to and there is no problem with the permissions and the rest of the script works without a problem.
IF (INGROUP("Staff Group") OR INGROUP("Admin Staff Group"))
; Staff Home Directory USE H: "\\172.22.0.11\STAFF\" + @USERID
; Student Shared directory USE I: "\\172.22.0.11\SHARED"
; Staff Shared directory USE T: "\\172.22.0.11\STAFFSHR"
; Report Master II Directory USE v: "\\whalley02\ReportMasterII"
; Sims Directory USE S: "\\WHALLEY03\SIMSDIR"
; Staff Shared directory USE P: "\\172.22.0.11\STUDENTS" copy "V:\Report Master III.lnk" "%USERPROFILE%\desktop\Report Master III.Lnk"
copy "\\Whalley01\Shortcuts\Clipbank.lnk" "%USERPROFILE%\desktop\Clipbank.Lnk" copy "\\nas01\Staffshr\SIMS Templates\QuickLetterTemplate.doc" "c:\program files\sims\sims.net\" ENDIF
|