[HowTo] determine what operating system I'm using?

Asked by pipboy

if (..) //if os is xp

//copy A.file from X address to local

else (..) // or os is Vista

//copy B.file from Y address to local

so in sikuli, how do I determine what operating system I'm using?

thanks in advance!

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1
Revision history for this message
pipboy (peace03) said :
#2

Thanks RaiMan, that solved my question.