Ashley,
Sure, I used to do it in the past to Print Documents from reports in another exe, but have moved them since to DLL's. Something like the following should work, note anything after the exe is just parameters.
!Create Sched at Date of Loss and upload
k = random(10000000,99999999)
TheProgram = 'webif.exe '& GLOD:Server &' '& GLOD:Database &' '& c:policyNo &' 1 '& clip(left(format(k,@n_8))) &' 0 '& clip(left(format(C:DateofLoss,@n_8)))
run(TheProgram,1)
Cheers
Charl