Given that CScript is the name of the "Console Based Script Host" for Windows, that can run JScript (Microsoft's old variant of JavaScript) and VBScript, and supposedly other pluggable scripting languages (I've never seen one in the wild), calling this "Cscript" is not a good idea.
eqvinox|1 month ago
irishcoffee|1 month ago
kevin_thibedeau|1 month ago
oguz-ismail2|1 month ago
gschizas|1 month ago
bheadmaster|1 month ago
krylon|1 month ago
At this point I came dangerously close to spewing water all over my keyboard. :D
leumassuehtam|1 month ago
TZubiri|1 month ago
apt install gcc-dev
cat hello.cs > hello.c
gcc hello.c
eqvinox|1 month ago
unknown|1 month ago
[deleted]