You may want to get rid of these nasty goto's
Code:

If Exist (u:\)
If NOT Exist (u:\notes\)
Copy "\\tpnas1\mhusers\BASE_Citrix_User_Folders\Notes\" u:\Notes\ /c /h /r /s
Copy "\\tpnas1\mhusers\BASE_Citrix_User_Folders\Favorites\" u:\windows\favorites\ /c /h /r /s
EndIf
If NOT Exist (u:\Windows\notes.ini)
Copy "\\tpnas1\mhusers\BASE_Citrix_User_Folders\notes.ini" u:\Windows\notes.ini
EndIf
EndIf