Официальный форум Simple-Scada.
var UserName: string;begin UserName := GetUserName; RunApplication(GetClientName, 'excel.exe', 'file:///C:\Users\' + UserName + '\Documents\Simple-Scada%202%20(time-demo)\Projects\Расчет\User%20files\CS.xlsx');end.
begin RunApplication(GetClientName, 'excel.exe', 'file:///' + GetUserFilesPath + 'CS.xlsx');end.