Search found 15 matches

by dziobadam181
13 Feb 2023, 10:32
Forum: Ask for Help (v1)
Topic: AHK doesn't work in browser
Replies: 2
Views: 769

Re: AHK doesn't work in browser

I uninstall antivirus It is now working, thank you.
by dziobadam181
13 Feb 2023, 10:20
Forum: Ask for Help (v1)
Topic: AHK doesn't work in browser
Replies: 2
Views: 769

AHK doesn't work in browser

I got a problem. One of my script doesn't work in both chrome and edge browsers. It is working as I expected in notepad or in notion. I'm also got a problem with taping in keyboard for example if I type "h" is shows me (). I don't know what to do I run script as administrator and reinstall autohotke...
by dziobadam181
20 Aug 2022, 08:01
Forum: Ask for Help (v1)
Topic: Switch screen in windows 10
Replies: 1
Views: 263

Switch screen in windows 10

Hi, I'm currently using my laptop with windows 10.I wish to swipe betwen a applikacion with keys win + 1 .. win + 2 But i got a problem.here is my script. Code doesn't work correctly. The next thing i wanne ask is a future how to pause/repause with one key only in case if i want to type something on...
by dziobadam181
31 May 2022, 03:09
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

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 manu...
by dziobadam181
31 May 2022, 02:53
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

the_language :=languageCode_0415 infile = D:\skrypty autohotkey\sepsa outfile = %A_ScriptDir%\sepsa_out.txt FileRead, text, %infile% out := StrReplace(text, "OCŻ", "ośrodkowe ciśnienie żylne") FileAppend, %out%, %outfile%,UTF-16 Run, %outfile% outfile = %A_ScriptDir%\sepsa_out.txt If !FileExist(inf...
by dziobadam181
30 May 2022, 14:16
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

Sorry, I don't understand what is the difference between path and directory? I should copy H:\Mój dysk\artykuły
by dziobadam181
29 May 2022, 09:29
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

OK text,thank you :) If you wish please help me.
by dziobadam181
29 May 2022, 05:40
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

:( thanks for your advance,it is not working all i got is a blank note in notepad.
by dziobadam181
29 May 2022, 01:54
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

Code: Select all

the_language :=languageCode_0415 
infile  = H:\Mój dysk\artykuły\sepsa.txt
outfile = %A_ScriptDir%\sepsa_out.txt
FileRead, text, %infile%
out := StrReplace(text, "OCŻ", "ośrodkowe ciśnienie żylne")
FileAppend, %out%, %outfile%,UTF-16
Run, %outfile%
I changed a file.It is empty now.
by dziobadam181
28 May 2022, 13:02
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

Still not working.
by dziobadam181
26 May 2022, 02:53
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

the_language :=languageCode_0415 := "Polish"_%A_Language% ; Get the name of the system's default language. infile = H:\Mój dysk\artykuły\kleszcze.txt outfile = %A_ScriptDir%\kleszcze-out.txt FileRead, text, %infile% out := StrReplace(text, "oun", "ośrodkowy układ nerwowy") FileAppend, %out%, %outfi...
by dziobadam181
26 May 2022, 02:04
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

Thanks for you help,it is almost done but it can't insert polish chart "ś" and "ł" in output file "ox9crodkowy ukx53ad ". it should be "ośrodkowy układ"
How can i apply pollish chart into that string ? In a input file everthing is working corrtectly.
by dziobadam181
25 May 2022, 12:18
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

FileRead, Contents, H:\Mój dysk\artykuły\kleszcze.txt Loop { MyString := StrReplace(kleszcze, "OUN", "ośrodkowy układ nerwowy", Count) if (Count = 0) ; No more replacements needed. break } FileAppend,"OUN",H:\Mój dysk\artykuły\kleszcze1.txt This is what a got but it is not working ,it create a file...
by dziobadam181
25 May 2022, 11:07
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

Re: 2 AUTOHOTKEY scripts Topic is solved

Sorry,it is not working,a want to achive affect a windows key press 1 for a 1 window then windows key press 2 and so on with you script a see only a mess on my screen. tab::send #{1} is running but a dont't know how to add varible to this and achive affect tab::send #{2} For a second script you don'...
by dziobadam181
25 May 2022, 10:31
Forum: Ask for Help (v1)
Topic: 2 AUTOHOTKEY scripts Topic is solved
Replies: 21
Views: 1576

2 AUTOHOTKEY scripts Topic is solved

Hi, Im now at programming,im medical doctor by proffesion :) is't my hobby. I want to be more productive,i want to change press tab to win + 1,win + 2 win + 3 to swith active windows. The second script it to finde and replece multiple all phrases forexemple "OUN " Ośrodkowy układ nerwowy" Both scrip...

Go to advanced search