Is there an easy way to call a kix startup script from a gpo? What I mean is, do I have to call a batch file that calls a script?

Example contents of batch file:
Code:
\\server\SYSVOL\domain.local\Policies\{AAAAAAAA-BBBB-CCCC-DDDD-DDDDDDDDDDDD}\Machine\Scripts\Startup\kix32.exe \\server\SYSVOL\domain.local\Policies\{AAAAAAAA-BBBB-CCCC-DDDD-DDDDDDDDDDDD}\Machine\Scripts\Startup\script.kx  



Is there a easy way to run it w/o the full unc paths?