by Silvio.Falconi » Sat Apr 28, 2018 3:49 pm
How insert a call to my exe ( c:\myfolder\myexe.exe) as init when the user open the Computer ?
I thinked to make
- Code: Select all Expand view
oText := TTxtFile():New( "C:\WINDOWS\WIN.INI" )
IF oText:Open()
oText:goto(2)
IF !UPPER(oText:ReadLine()) = "LOAD=C:\WINDOWS\myprog.EXE"
oText:insline( "LOAD=C:\WINDOWS\myprog.EXE" )
ENDIF
oText:Close()
ENDIF
But I thiink it can go for windows xp but for win seven and win 10 ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com