Could someone please test.
If you name the exe setup.exe this program executes without an error but does not write the ini – file. The directory must be a network directory. If you rename it to test.exe all is working.
Regards,
Otto
#INCLUDE "FiveWin.ch"
//-------------------------------------------------------------//
FUNCTION Main()
LOCAL cIniFile := "T:\xWHDATEN\ini\"+"\test.ini"
WritePProString( "PATH" , "OBJ" , "cObj" , cIniFile )
msginfo("End")
RETURN( NIL )
//-------------------------------------------------------------//