Search found 16 matches

by Marco N
24 Jan 2024, 13:12
Forum: Ask for Help (v1)
Topic: Copy and paste from docx file
Replies: 3
Views: 325

Re: Copy and paste from docx file

Thanks for your help. I'll try to see.
by Marco N
21 Jan 2024, 11:48
Forum: Ask for Help (v1)
Topic: Copy and paste from docx file
Replies: 3
Views: 325

Re: Copy and paste from docx file

I found this snippet that seems to copy the contents of the docx file correctly but pasting doesn't work (manual only) FilePath := "C:\Users\MN\OneDrive\Lavoro\DocAziendali\Rilascio CD\Risposte pronte per la spedizione di CD.docx" F9:: oDoc := ComObjGet(FilePath) oDoc.Range.FormattedText.Copy oDoc.C...
by Marco N
20 Jan 2024, 14:18
Forum: Ask for Help (v1)
Topic: Copy and paste from docx file
Replies: 3
Views: 325

Copy and paste from docx file

Hi, I would like to copy and paste a text from a docx file into a Gmail email. Is this possible?
by Marco N
27 Sep 2023, 08:43
Forum: Ask for Help (v1)
Topic: Scrolling a window in backgroung
Replies: 2
Views: 219

Re: Scrolling a window in backgroung

Thanks for trying but I found some browser extensions that already do this job. I tried one and it seems effective. Anyway, thank you for your help.
by Marco N
27 Sep 2023, 04:30
Forum: Ask for Help (v1)
Topic: Scrolling a window in backgroung
Replies: 2
Views: 219

Scrolling a window in backgroung

I need to scroll a web page to keep it alive. Is it possible to write a simple script to do this stuff?
Thank you.
by Marco N
09 Aug 2023, 07:01
Forum: Ask for Help (v1)
Topic: Avoid screen off
Replies: 7
Views: 410

Re: Avoid screen off

You mean there are no solutions to the problem?
by Marco N
09 Aug 2023, 03:28
Forum: Ask for Help (v1)
Topic: Avoid screen off
Replies: 7
Views: 410

Re: Avoid screen off

I have tried in this way but it doesn't work:

Code: Select all

#Persistent
SetTimer, MoveMouse, 60000 ; Run MoveMouse every 1 minute

MoveMouse:
    MouseMove, 1, 0, 1, R  ;Move the mouse one pixel to the right
    MouseMove, -1, 0, 1, R ;Move the mouse back one pixel
return
by Marco N
04 Aug 2023, 04:46
Forum: Ask for Help (v1)
Topic: Avoid screen off
Replies: 7
Views: 410

Re: Avoid screen off

Sorry for my late reply and the error on where post the answer, and thanks for your help. I have a limited access to PC so I'can't change some settings. I try to undestrand #Persistent command.
by Marco N
02 Aug 2023, 09:11
Forum: Ask for Help (v1)
Topic: Avoid screen off
Replies: 7
Views: 410

Avoid screen off

Hi, I'm searching for a way to avoid screen off. I have tried this script belowe but unsucessfully Thanks for any help. SetTimer, MoveMouse, 60000 ; Run MoveMouse every 1 minute MoveMouse: MouseMove, 1, 0, 1, R ;Move the mouse one pixel to the right MouseMove, -1, 0, 1, R ;Move the mouse back one pi...
by Marco N
06 Feb 2023, 08:11
Forum: Ask for Help (v1)
Topic: Tracking log off, restart and shutdown
Replies: 2
Views: 282

Re: Tracking log off, restart and shutdown

It is possible that there are in the events viewer but I need to know how to extract them. For example, to extract the log in, I found this command line on Internet e works greatly, but I couldn't find anything for what I'm looking for, so I thought about Autohotkey: Get-WinEvent -LogName Security -...
by Marco N
06 Feb 2023, 07:18
Forum: Ask for Help (v1)
Topic: Tracking log off, restart and shutdown
Replies: 2
Views: 282

Tracking log off, restart and shutdown

Hi, for security reasons, I'd like to track log offs, reboots and shutdowns on my company PC (by my username/account). Is it possible? I thought about reporting each event in a text file.
Thanks
by Marco N
01 Dec 2021, 06:54
Forum: Pulovers Macro Creator
Topic: Script dir
Replies: 2
Views: 992

Re: Script dir

Yes, I see that CurrentFileName can be use together with SplitPath to extract the OutDir that it is what I'm looking for.

Thank you
Marco
by Marco N
30 Nov 2021, 11:15
Forum: Pulovers Macro Creator
Topic: Script dir
Replies: 2
Views: 992

Script dir

I'm searching for the way to get script full path folder but A_ScriptFullPath provides "C:\Program Files\MacroCreator\MacroCreator.exe" and not the script path. Why?
by Marco N
22 Nov 2021, 12:59
Forum: Pulovers Macro Creator
Topic: How to extract url from a webpage?
Replies: 2
Views: 3154

Re: How to extract url from a webpage?

I have found this AHK script and it works, but I don't know what is the right way to reproduce it with Pulover's Macro Creator: #SingleInstance force #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common erro...
by Marco N
12 Nov 2021, 11:53
Forum: Scripts and Functions (v1)
Topic: Get the URL of the current (active) browser tab
Replies: 197
Views: 142067

Re: Get the URL of the current (active) browser tab

Hello from a true novice. I don't know any programming languages other than a few small macros in VBA with Excel. I took my first steps in this context last week with Pulover macro creator and I need something that reads the active browser page link and insert it in the clipboard. Can anyone help me...
by Marco N
11 Nov 2021, 15:47
Forum: Pulovers Macro Creator
Topic: How to extract url from a webpage?
Replies: 2
Views: 3154

Re: How to extract url from a webpage?

I would also need to find a way to capture the url of the webpage displayed in the browser, but I can't find the way. Anyone want to help us?

Thanks in advance

Go to advanced search