Espero haberme hecho entender, gracias de antemano.
Code: Select all | Expand
#include "FiveWin.ch"
function Main()
Local cFile := "prueba.txt"
memowrit(cFile, "El contenido de prueba",.F.)
ShellExecute(0,Nil,cFile,"","",1 )
msginfo("despues")
return nil