show/hide this revision's text 2 added 189 characters in body

&& is notoriously hard to search for on google, but the best I've found is this article which says to use -and.

Unfortunately it doesn't give any more information, and I can't find out what I'm supposed to do with -and (again, a notoriously hard thing to search for)

The context I'm trying to use it in is "execute cmd1, and if successful, execute cmd2", basically this:

csc /t:exe /out:a.exe SomeFile.cs && a.exe

This should be an easy few rep points to someone who knows, thanks!

show/hide this revision's text 1

Can I get && to work in Powershell?

&& is notoriously hard to search for on google, but the best I've found is this article which says to use -and.

Unfortunately it doesn't give any more information, and I can't find out what I'm supposed to do with -and (again, a notoriously hard thing to search for)

This should be an easy few rep points to someone who knows, thanks!