
I would like to:
Fetch the user's IP address, Copy a file, and rename that file to ipadres.extension
So the new file name should be the IP.
for example:
ipconfig | find "IPv4" copy /y Expeditool.accdb Expeditool"IPv4".accdb
I tried...but just puts IPv4 in file name...
Could anyone help me out with this one? Thanks!