OK just to clarify. Batch files a series of shell commands run by the shell progeram (cmd.exe). Therefore you cannot make a call to the cmd.exe within the cmd.exe.
With that said, I believe what you are trying to do is run a batch file in administrator mode.
To do what I think you are trying to do is:
- Create the batch file
- Create a shortcut to the batch file
- Right click on the batch file shortcut
- Select properties
- Go to the Shortcut tab
- Click on the Advanced button
- Click the checkbox next to Run as Administrator
- Click on OK
- Click on OK
Your batch file should run in administrator mode.