Computer Science, asked by sushmita79, 11 months ago

How to run more than one following command automatically in a sequence. (Syntax with example)
Dir
Date
Time
Ver
Cls

Answers

Answered by Anonymous
1

HI,

To run more than one command automatically in sequence you have to use & operator.

example: dir & date & time & ver & cls

Similar questions