Page 2 of 2

Re: 2 AUTOHOTKEY scripts

Posted: 31 May 2022, 03:09
by dziobadam181
the_language :=languageCode_0415
infile = D:\skrypty\sepsa
outfile = %A_ScriptDir%\sepsa.txt
FileRead, text, %infile%
out := StrReplace(text, "OCŻ", "ośrodkowe ciśnienie żylne")
FileAppend, %out%, %outfile%,UTF-16
Run, %outfile%

This code is working but i got another problem i don't want to add manualny and write this script every time.I want to create a list and only change the start and end files how to do it?

Re: 2 AUTOHOTKEY scripts

Posted: 31 May 2022, 03:15
by BoBo
@dziobadam181 - please use code-tags for posted code (as already advised with your previous posting)!!! :eh:
i don't want to add manualny and write this script every time.I want to create a list and only change the start and end files how to do it?
:arrow: FileSelectFile