Why is the value of `%profile%` not immediately available after `set /P profile=“sas-admin profile:”`?
I have a batch (*.bat) file that should login to a server. These are a few of the lines in it: set /P token_user=”: SAS token account (srvglobalff…) :” echo token user is %token_user% …