Execute a system command: Difference between revisions

Added language categories.
(Created task, added C++, Perl, UNIX Shell)
 
(Added language categories.)
Line 4:
 
==[[C plus plus|C++]]==
[[Category:C plus plus]]
'''Compiler:''' [[Visual C plus plus|Visual C++]] 2005
system("pause");
 
==[[Perl]]==
[[Category:Perl]]
Note the use of grave quotes instead of "normal" single quotes.
`ls`
 
==[[UNIX Shell]]==
[[Category:UNIX Shell]]
UNIX shells are designed to run system commands as a default operation.
ls