REM Written by Mark Ursino (allthingsmarked.com) REM this requires that macshift.exe is in a folder listed in the REM PATH variable for the OS. @echo off cls set /P newmac="Enter your desired MAC: " set /P adapter="Enter the adapter name: " macshift -i %adapter% %newmac% cls