Use Local Command And Get Response On Windows. #SenseTalk
//use example:
//shell "c:\windows\system32\cmd.exe", <</c "ipconfig > C:\Users\[UserName]\tmp.txt">>
shell "c:\windows\system32\cmd.exe", <</c "[YourCommand] > [FileFullPath]">>
put file "[FileFullPath]" into FileContents
log FileContents