Search found 168 matches

by Marcosa1020
26 Jan 2024, 20:32
Forum: Ask for Help (v1)
Topic: How do I know when pinging the host is passed?
Replies: 1
Views: 136

How do I know when pinging the host is passed?

Hi, How can I make it so that when I execute the program, if the CMD pings the host, it will display YES, and if the host is not pinged, it will display NO. #NoTrayIcon SetTitleMatchMode, 2 SendMode Input Run, cmd.exe WinWaitActive, ahk_exe cmd.exe Send, ping localhost{Enter} Sleep, 5000 WinGetText,...
by Marcosa1020
08 Apr 2023, 01:17
Forum: Forum Issues
Topic: Where is change my password?
Replies: 1
Views: 962

Where is change my password?

Hi,

Where is change my password?
by Marcosa1020
28 Mar 2023, 05:14
Forum: Ask for Help (v1)
Topic: Encryption
Replies: 1
Views: 224

Encryption

Hi, I tried to encrypt the MSG file, drag MSG.ahg into the encryption window, and then automatically generate MSG-encoded.ahk, but this file does not work, can you tell me what I did wrong? image.png MSG code Msgbox, OK Exitapp [Mod action: Topic moved from "Ask for Help (v2)" since this is v1 code.]
by Marcosa1020
21 Mar 2023, 20:16
Forum: Ask for Help (v2)
Topic: Encryption Software
Replies: 6
Views: 551

Re: Encryption Software

TAC109 Hi TAC109, I've done the encryption, thank you very much. By the way, I used to use UPX and PRESS and was often identified as a Risk found by antivirus software. I found that if I didn’t encrypt it, there would be no problem, but after I changed the encryption method, I still had the same pr...
by Marcosa1020
21 Mar 2023, 15:52
Forum: Ask for Help (v2)
Topic: Encryption Software
Replies: 6
Views: 551

Re: Encryption Software

Hi, I see you are talking about encryption, I am using version v1.1.23.05 and tried to use ScriptGuard for encryption, but failed. How is encryption done using ScriptGuard? It's my code. image.png It's scriptGuard1 image.png After you convert the encoding to exe with a converter, you can still use t...
by Marcosa1020
14 Mar 2023, 21:30
Forum: Ask for Help (v2)
Topic: About Digital Signatures
Replies: 1
Views: 285

About Digital Signatures

Hi,
The software I created is easily blocked by anti-virus software. For some reason, I can't add the software to the trust zone of my antivirus, it's not possible. I found that the software does not have Digital Signatures. How can I make the software have Digital Signatures?
by Marcosa1020
28 Jan 2022, 19:46
Forum: Ask for Help (v1)
Topic: How can I remove item form menu?
Replies: 4
Views: 500

How can I remove item form menu?

Hi,
How can I remove the "Suspend Hotkeys" and "Pause Script" from the menu?
i.PNG
i.PNG (5.2 KiB) Viewed 500 times
by Marcosa1020
24 Oct 2021, 09:58
Forum: Ask for Help (v1)
Topic: How to identify the window ID?
Replies: 2
Views: 392

Re: How to identify the window ID?

Rohwedder wrote:
24 Oct 2021, 03:41
Hallo,
try:

Code: Select all

IfWinNotExist, Window_B ahk_class AutoHotkeyGUI
{
	MsgBox, 48,, Window_B is not opened
	Exitapp
}
Hi Rohwedder,

Thanks.
by Marcosa1020
29 Apr 2020, 00:53
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Well, we'll have a duplicate if every part is exactly the same. In your 2nd sample, the 'header' (C#1, D#2) of those sections are the same, but not the number of lines, therefore it isn't a duplicate, and for that reason :arrow: Sort won't skip one of it. In your previous sample, the header was the...
by Marcosa1020
28 Apr 2020, 23:49
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

I guess you can, but, you haven't answered the question about your datas consistency in the first place, and how you wanna deal with it? Hi BNOLI, I can explain with instructions, please let me know If I have answer the question. If the content as below. Field_A, C#1, D#2 Field_B Item1 Item2 Item3 ...
by Marcosa1020
28 Apr 2020, 19:39
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

You're able to eliminate duplicate identical sections using AHK's Sort command (preferably done at the clipboard's content). Unfortunately, those returned two sections aren't identical (I had to be advised myself by my fellow German @haichen to spot the difference! And yes, it's about an error). :m...
by Marcosa1020
27 Apr 2020, 15:29
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Was it said in your initial post that you will have duplicate sections within your source?? :wtf: Well, you can use AHK's :arrow: Sort command 'to sort this out' ;) # Hi BNOLI, Sorry....... I didn't think would happen. I tried to add sort, A_LoopField, r to the code but failed in execution......
by Marcosa1020
27 Apr 2020, 08:34
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Hi BNOLI, I found if that text is repeated, it will be read repeatedly. When I select C#2 and D#4 in cIndex and then press start. Field_A, C#1, D#2 Field_B Item1 Item2 Item3 Item4 Item5 Item6 Item7 300.1 1000 A 1500 1800 Coni AKFJ 300.2 2000 A 2500 2800 Coni FJRO 300.3 3000 A 3500 3800 Coni EI 300.4...
by Marcosa1020
24 Apr 2020, 19:58
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Enabled Test (Test := 1). Processing data from within the script. https://drive.google.com/uc?export=view&id=1IPLkEbG00msGeg7SbuQkuRnawzVE4QGF Worked fine from the beginning. Disabled Test (Test := 0). Working with external data. https://drive.google.com/uc?export=view&id=1fkYIJDqo6D7y0OL1V-UO5K8Cm...
by Marcosa1020
24 Apr 2020, 08:01
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Have you ever used my script posted above? :? It creates the output file (oFile) right after parsing the clipboard content directly based on the selection made in the GUI. It won't create an output file if the GUI-selected options are not existing in the clipboard's content. Everything you've reque...
by Marcosa1020
24 Apr 2020, 07:34
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Hi BNOLI, Follow this code below and I didn't get anything.... I will organize my steps and let you know, we can confirm which step is wrong. Start: Clipboard := "" ; <<<<<<<<<<<< Clear Clipboard If (test != 1) ; <<<<<< Start the program ; not really. It was meant to toogle a 'test-scenario' (using ...
by Marcosa1020
24 Apr 2020, 02:36
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Have you ever used my script posted above? :? It creates the output file (oFile) right after parsing the clipboard content directly based on the selection made in the GUI. It won't create an output file if the GUI-selected options are not existing in the clipboard's content. Everything you've reque...
by Marcosa1020
24 Apr 2020, 00:54
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Hi everyone, Since ClipBoard is a variable, I want to copy the current data then parse the array to identify the correct sections based on the conditions. So I change Code_A to Code_B, if I choose C # 2 in cIndex and C # 4 in dIndex, I will get Field_A, C#1, D#2Field_A, C#2, D#4Field_A, C#3, D#3Fiel...
by Marcosa1020
23 Apr 2020, 02:20
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Hi BNOLI, First, thanks for your support. You are right, I want to achieve the following four steps. Step1, copy some text Step2, drop it to A.txt Step3, filter A.text (filter criteria/conditions taken from your Gui) Step4, write/append filtered outcome to B.txt I hope the copy content to the clipbo...
by Marcosa1020
20 Apr 2020, 17:05
Forum: Ask for Help (v1)
Topic: How can I copy a text from notepad? Topic is solved
Replies: 25
Views: 2370

Re: How can I copy a text from notepad? Topic is solved

Without diving deeper into your code ... parameter settings within function(call)s are written in expression-style ... wrong : InStr(C:\Users\User\Desktop\A_file.txt, %card1%) right : InStr("C:\Users\User\Desktop\A_file.txt", card1) https://www.autohotkey.com/docs/Variables.htm#Expressions Hi BNOLI...

Go to advanced search