Ok this is for anyone who wants to make a batch file for their game.

1.First off we will start by getting information on where your ffxivboot.exe file is.
Right click the icon on your desktop and click on properties. When the window pops up you will see a entry box labeled "Target" Mine looks like:
"C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\boot\ffxivboot.exe".
You will want to copy the entire text that is in that box INCLUDING the quotation marks.

2. Open Notepad. Then you will make lines of code that read as such
start "VNP" "C:\Program Files (x86)\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\boot\ffxivboot.exe" (This will ALL be on a single line do not copy this lol)
timeout /t 1
ipconfig /release
ipconfig/renew
exit
3. Once you have written the code you should like file and click save as. Name the file FFXIV.bat You can change FFXIV to whatever you'd like but that was an example.

You will want the program not to run as administrator so if you changed it to do so change it back. I hope this helps some people who are having this issue.