I want to execute two commands from the console / windows terminal in a single line (or instruction;)
In linux it would be something like cd directory && ls
and would execute these commands one after the other, how can I get this result but in windows?