Are you looking for the equivalent of Oracle sqlplus commands define, prompt and accept? These are only available in sqlplus - not in pl/sql.
T-sql is a poor cousing of pl/sql - hence no prompts for user input during a script run. And no variables that can be passed between batches in the same run.
Cheers,
Win