09-28-2015, 02:19 PM
Thanks for that, but, I don't understand how to use that with a specific window.
For example, here is what I am trying to do (simple example):
Thanks in advance.
For example, here is what I am trying to do (simple example):
int w=win("162.xxx.xxx.xx - Remote Desktop Connection" "TscShellContainerClass")
act w
str sPath = "E:\MSSQL\Backup\tenant_data"
if GetMostRecentFileInFolder(sPath "$documents$")
out F"newest file: {sPath}"Thanks in advance.
