Hi all,
Anyway I can check the OS in my script, if it's Windows or Linux so I can run the appropriate commands?
i.e. If (Windows){run some code}
elsif (Linux){run some other code specific to Linux}
else {I don't recognize this OS}
etc.
Help from the Monks really appreciated!
Edited by Arunbear: Changed title from 'Windows vs. Linux', as per Monastery guidelines