3 lines
97 B
Text
3 lines
97 B
Text
string cmd = iff(platform()=WINDOWS?"dir":"ls")
|
|
system(cmd)
|
|
integer res = system_exec("pause",4)
|