|
Thanks everyone. I knew it would be simple just had to do this in a rush. I'm wanting to learn more about Kixtart so I'll be here more often. Here's what I have right now if you guys think I should do anything different please let me know.
If InGroup("ADM") Use h: "\\tpaprime01\ACCT" EndIf If InGroup("CORP") Use h: "\\tpaprime01\CORP" EndIf If InGroup("MEDMAL") Use h: "\\tpaprime01\MAL" EndIf If InGroup("REALAND") Use h: "\\tpaprime01\REALAND" EndIf If InGroup("ENV") Use h: "\\tpaprime01\ENV" EndIf If InGroup("CORP") Use h: "\\tpaprime01\CORP" EndIf If InGroup("FLOATER") Use h: "\\tpaprime01\DATA" EndIf If InGroup("INS") Use h: "\\tpaprime01\INS" EndIf If InGroup("LABOR") Use h: "\\tpaprime01\LABOR" EndIf
Use U: '\\tpaprime01\'+@USERID+'$$' /persistent Use G: \\tpaprime01\vol1\data Use J: \\tpaprime01\vol1 Use S: \\tpaprime01\shared Use W: \\tpaprime01\word Use X: \\tpaprime02\apps
|