If you have the pc configured the way you want it. You can dump the config to a file using "netsh dump>c:\file.txt", then in your batch file execute the file "netsh exec c:\file.txt".
If that isnt an option, Im not exactly sure of the syntax of the netsh command and cant test your commands because I dont have a 2003 server to test on. You can try to concatenate the commands together in the batch like so:
netsh dhcp 4 server \\hostname add optiondef 60 PXEClient STRING 0
netsh dhcp 4 server \\hostname set optionvalue 60 STRING PXEClient
netsh dhcp 4 server \\hostname show optionvalue all