code:
SetConsole ("HIDE")

If INGROUP ("Office Staff")
USE P: /delete
USE P: "\\josmith1\Jo Smith & Associates\Public"
USE O: /delete
USE O: "\\josmith1\Jo Smith & Associates\OfficeStaff"
USE S: /delete
USE S: "\\josmith1\Jo Smith & Associates\ScanDocs"
USE N: /delete
USE N: "\\josmith1\Jo Smith & Associates\Temp Employees"
EndIF

If INGROUP ("Call Center")
USE P: /delete
USE P: "\\josmith1\Jo Smith & Associates\Public"
USE T: /delete
USE T: "\\josmith1\Jo Smith & Associates\CallCenter"
USE S: /delete
USE S: "\\josmith1\Jo Smith & Associates\ScanDocs"
USE N: /delete
USE N: "\\josmith1\Jo Smith & Associates\Temp Employees"
EndIf

If INGROUP ("CCAdmin")
USE J: /delete
USE J: "\\josmith1\Jo Smith & Associates\Jo Doc"
USE P: /delete
USE P: "\\josmith1\Jo Smith & Associates\Public"
USE T: /delete
USE T: "\\josmith1\Jo Smith & Associates\CallCenter"
USE S: /delete
USE S: "\\josmith1\Jo Smith & Associates\ScanDocs"
USE M: /delete
USE M: "\\josmith1\Jo Smith & Associates\Accounting"
USE N: /delete
USE N: "\\josmith1\Jo Smith & Associates\Temp Employees"
EndIF

If INGROUP ("Office Admin")
USE J: /delete
USE J: "\\josmith1\Jo Smith & Associates\Jo Doc"
USE P: /delete
USE P: "\\josmith1\Jo Smith & Associates\Public"
USE O: /delete
USE O: "\\josmith1\Jo Smith & Associates\OfficeStaff"
USE S: /delete
USE S: "\\josmith1\Jo Smith & Associates\ScanDocs"
USE M: /delete
USE M: "\\josmith1\Jo Smith & Associates\Accounting"
USE N: /delete
USE N: "\\josmith1\Jo Smith & Associates\Temp Employees"
EndIf

If INGROUP ("President")
USE J: /delete
USE J: "\\josmith1\Jo Smith & Associates\Jo Doc"
USE P: /delete
USE P: "\\josmith1\Jo Smith & Associates\Public"
USE S: /delete
USE S: "\\josmith1\Jo Smith & Associates\ScanDocs"
USE M: /delete
USE M: "\\josmith1\Jo Smith & Associates\Accounting"
USE N: /delete
USE N: "\\josmith1\Jo Smith & Associates\Temp Employees"
EndIf

EXIT

The above code is what I am trying to use. Only the first set of code is being ran which is the Office staff group. The user are members of the groups that need to have the mapped drives and still nothing [Confused]