Computer Science, asked by avanijain586, 9 months ago

How to run application in one command instead of two commands?

Answers

Answered by pradyummeshram10
1

 It's actually very easy to run multiple commands on a single line by using cmd.exe: Just add the & character between the commands, like this:

cd data & notepad file.txt

Similar questions