Code: Select all
UnixCmd="cat ""\PATH":"Filename"
Call DSExecute("UNIX", UnixCmd,ScreenOutput, ReturnCode)ScreenOutput will be a dynamic array, where every line in the output is a line in the array. Read up on DSExecute in your DS BASIC manual.
Code: Select all
UnixCmd="cat ""\PATH":"Filename"
Call DSExecute("UNIX", UnixCmd,ScreenOutput, ReturnCode)