Can't enter a variable in DOS
问题 I'm trying to run a batch file in vDOS (DOS emulator), where I want the user to input two variables. Every time I run the file, it doesn't let me enter the variables. SET /P in=Input: SET /P out=Output: What I expected to happen was that It'd let me enter the input for the variables. Instead, it executes both of the commands as they are (without letting me enter the input). 回答1: Windows cmd and MS-DOS are very different things and one of the differences is the set command. In MS-DOS the only