10.07.2015 Views

Programming Guide - Actian

Programming Guide - Actian

Programming Guide - Actian

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Operating System CommandsThe following example presents a solution:if CurSession.OperatingSystem = SY_UNIX thencall system 'ls /usr/dracula/files';elseif CurSession.OperatingSystem = SY_VMS thencall system 'directoryuser$disk:[dracula.files]';elseif CurSession.OperatingSystem = SY_MSDOS thencall system 'command dir \usr\dracula\files';elseif CurSession.OperatingSystem = SY_NT thencall system 'cmd dir \usr\dracula\files';elseCurFrame.InfoPopup(messagetext ='Error: mysterious operating system');endif;490 <strong>Programming</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!