2 AUTOHOTKEY scripts Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
dziobadam181
Posts: 15
Joined: 25 May 2022, 09:47

Re: 2 AUTOHOTKEY scripts

Post by dziobadam181 » 31 May 2022, 03:09

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?

BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: 2 AUTOHOTKEY scripts

Post by BoBo » 31 May 2022, 03:15

@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

Post Reply

Return to “Ask for Help (v1)”