[COLOR=#000090][B]OpenFile[/B][/COLOR]("All Files|*.*||","*.txt")
[COLOR=#0000FF]If[/COLOR] (OpenFile$ = [COLOR=#800000]''[/COLOR]) [COLOR=#0000FF]Then[/COLOR]
[COLOR=#000090][B]Return[/B][/COLOR]()
[COLOR=#0000FF]End[/COLOR]
[COLOR=#000090][B]LoadText[/B][/COLOR]("file$","OpenFile$")
replacethis$ = [COLOR=#800000]'%computername%'[/COLOR]
hereby$ = [COLOR=#800000]'-THE COMPUTER NAME-'[/COLOR]
file$ = [COLOR=#000090][B]StrChange[/B][/COLOR](file$,replacethis$,hereby$)
retVal = [COLOR=#000090][B]StrToFile[/B][/COLOR](OpenFile$,file$,[COLOR=#0000FF]FALSE[/COLOR],FALSE)