In my batch script I am having the user enter a location to copy files using copy con location.tmp
, I want to save the content of location.tmp
, I have tried with set /a instdir=location.tmp
and set instdir=location.tmp
but I can not get it
EDIT: I already found the solution by myself but thanks for your help