I have google this but they give me exit and kill assuming i have the command prompt back. I know in linux and unix command lines very well.
But for example I type into the VS cmd Test.cs(and the path to the file IS correct), instead I should have typed
. so now it hangs. I cannot kill or exit, I have no command prompt to do so.
Is there a control + Z or something to stop it from running and get the command prompt back?
Thanks in advance
But for example I type into the VS cmd Test.cs(and the path to the file IS correct), instead I should have typed
Code:
csc test.cs /unsafe
Is there a control + Z or something to stop it from running and get the command prompt back?
Thanks in advance