alright, I now have the file launching as so:

\\sop-dc1\netlogon\kix32 \\sop-dc1\netlogon\IBG.kix

this makes explicit calls from the users DOS prompt so the UNC path is no longer an issue. As a test, I mapped the drives to another DC and ran my script again. The first part of my script removes any previously loaded shares
ie.....USE G: /DELETE /PERSISTENT
USE H: /DELETE /PERSISTENT
USE I: /DELETE /PERSISTENT
USE L: /DELETE /PERSISTENT
USE N: /DELETE /PERSISTENT
USE O: /DELETE /PERSISTENT
USE T: /DELETE /PERSISTENT
USE Z: /DELETE /PERSISTENT

This part ran, because after I make a call to it, I have no more network shares. But it doesn't finish the script or it doesn't recognize that my user is a member of one of these groups because none of the shares are getting mapped. any other suggestions
the second part of my script was previously posted.