sanjaynayaka
New Member
hi i executed following speedscript code in my linux server machine
<script language="speedscript">
IF OPSYS = "UNIX" THEN UNIX ls.
ELSE IF OPSYS = "WIN32" THEN DOS dir.
ELSE DISPLAY OPSYS "is an unsupported operating system".
</script>
i did not get any output on my screen. it was expected to display all the files in the current directory in my linux machine.
<script language="speedscript">
IF OPSYS = "UNIX" THEN UNIX ls.
ELSE IF OPSYS = "WIN32" THEN DOS dir.
ELSE DISPLAY OPSYS "is an unsupported operating system".
</script>
i did not get any output on my screen. it was expected to display all the files in the current directory in my linux machine.