How to run more than one following command automatically in a sequence. (Syntax with example)
Dir
Date
Time
Ver
Cls
Answers
Answered by
1
HI,
To run more than one command automatically in sequence you have to use & operator.
example: dir & date & time & ver & cls
Similar questions