akrnmd of CE
6/1/2018 - 6:45 AM

Use Local Command And Get Response On Windows. #SenseTalk

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