this is the code i am using an di can not seem to get it to copy the files i need
@echo off
Color a
md %~d0\networksettings
md %~d0\networksettings\wireless
md %~d0\networksettings\wired
cd/
copy "C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces\*.xml" "%~d0:\networksettings\wireless"
copy "C:\ProgramData\Microsoft\WwanSvc\Profiles\Interfaces\*.xml" "%~d0:\networksettings\wired"
pause
exit
@echo off
Color a
md %~d0\networksettings
md %~d0\networksettings\wireless
md %~d0\networksettings\wired
cd/
copy "C:\ProgramData\Microsoft\Wlansvc\Profiles\Interfaces\*.xml" "%~d0:\networksettings\wireless"
copy "C:\ProgramData\Microsoft\WwanSvc\Profiles\Interfaces\*.xml" "%~d0:\networksettings\wired"
pause
exit