Messages - highend01 [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 38next
1
Post New Requests Here / Re: Help tweak an AHK script
« on: May 04, 2022, 01:38 AM »
myURLs =
(
d
e
z
)

WinActivate, ahk_exe chrome.exe
Sleep, 3000 ;Time to move focus to Chrome
Send, +!,

Loop, Parse, myURLs, `n
{
    SendInput, ^l
    Sleep, 750
    SendInput, % A_LoopField
    Sleep, 1000
    SendInput, {ENTER}
    Sleep, 2000
    SendInput, {ENTER}
    Sleep, 3000
    SendInput, {ENTER}
    Sleep, 2000
}

2
I'd recommend Clibor: https://chigusa-web.com/en/

3
Developer's Corner / Re: Code signing certificate?
« on: January 19, 2022, 03:05 AM »
I've ordered a new 3 year Comodo code signing certificate via https://codesigncert.com/ on the black friday deal for 149 $. Ordering was easy but the process to get the certificate issued later on (done by sectigo.com) was a real nightmare. Had to open a ticket and on each new mail (waiting time: 2-3 up to 7 days) I had to deal with a different support person who (ofc) didn't read the previous conversation, ignoring the documents I had attached, ...). In the end they issued the certificate but not with the data that I had provided in the first place. Company name was wrong, department entry was missing, city was misspelled. I had luck that the technical support sent me a mail where I was able to correct the bad entries and I finally got the certificate that I wanted. Took 6 weeks overall.

Always remember: You get what you've paid for :down:

4
Post New Requests Here / Re: Request - file path collector program
« on: January 18, 2022, 12:37 PM »
I assume it's a Phyton script, with no compiled exe.

? It's a program written in Pascal and it obviously has a downloadable .exe (https://github.com/HwapX/dcPathCollector/releases)^^

5
General Software Discussion / Re: BitTorrent Sync 2.0 Sucks!
« on: October 24, 2021, 08:34 AM »
Thanks!

Pages: [1] 2 3 4 5 6 ... 38next
Go to full version