Search found 16 matches

by Tim_H
24 Oct 2023, 17:14
Forum: Ask for Help (v1)
Topic: Some help sending OPML code snippet
Replies: 8
Views: 554

Re: Some help sending OPML code snippet

Hello @mikeyww, Thanks for staying with me! 😉

Unfortunately, this seems to give a similar result...

Eh... Any more ideas? 🙄
by Tim_H
23 Oct 2023, 14:15
Forum: Ask for Help (v1)
Topic: Some help sending OPML code snippet
Replies: 8
Views: 554

Re: Some help sending OPML code snippet

Hello @mikeyww,

Thanks for your help! Unfortunately it still doesn't work. :(
Here's a screenshot from Workflowy:
image.png
image.png (12.27 KiB) Viewed 349 times

You mentioned I needed a specific version of AHK, though. I tried checking which version I have, but can't seem to find it anywhere.
Can you guide me? :o

Thanks!
by Tim_H
17 Oct 2023, 18:53
Forum: Ask for Help (v1)
Topic: Some help sending OPML code snippet
Replies: 8
Views: 554

Re: Some help sending OPML code snippet

Hello @Rohwedder,

Thanks for your help! Unfortunately, this doesn't seem to work. :/

What does the LTrim function mean exactly?

Here's the desired OPML code one more time:

Code: Select all

<?xml version="1.0"?>
<opml version="2.0">
  <body>
    <outline text="&#10;&#10;" />
  </body>
</opml>
by Tim_H
15 Oct 2023, 20:57
Forum: Ask for Help (v1)
Topic: Some help sending OPML code snippet
Replies: 8
Views: 554

Some help sending OPML code snippet

I want to set a shortcut for use in the Workflowy app. Desired result: shift + enter pastes the following code in the program: <?xml version="1.0"?> <opml version="2.0"> <body> <outline text=" " /> </body> </opml> I tried a few different ways to get this working in AutoHotKey, but none of t...
by Tim_H
27 Jul 2022, 20:07
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

But... isn't the point of using %A_Username% that the username doesn't matter? :o
by Tim_H
20 Jul 2022, 21:27
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

It shows a name I previously used as a user name..
afbeelding.png
afbeelding.png (4.47 KiB) Viewed 1035 times
by Tim_H
17 Jul 2022, 16:46
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

Hello, yes I'm sure!
That's why I did a test with both C:\Users\%A_Username%\MEGA and C:\Users\%A_Username%\Documents - to rule out any mysterious exceptions...

If I don't use %A_Username% but just the actual username on this machine, it works fine though.
by Tim_H
15 Jul 2022, 21:02
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

Hello @boiler, thanks for your suggestions, I will keep them in mind!

The "My Documents" folder was just a simplified example. Actually I want to open my Mega Sync folder, that resides under "Users". So path is: C:\Users\Username\MEGA.
by Tim_H
14 Jul 2022, 20:17
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

Hello Hardcoder , can I ask your help again? I had to reset my script and now for some reason it's not working anymore. :( This is what I tried: :o:dr :: ; Launch My Documents Run, C:\Users\%A_UserName%\Documents\ return And I get this error message. afbeelding.png The part in Dutch says: "system ca...
by Tim_H
08 Mar 2022, 22:43
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

Run is a command, as such it takes literal arguments, your variable A_UserName won't be expanded, you have to do that yourself:

Code: Select all

Run, C:\Users\%A_UserName%\Dropbox\
FABULOUS! This is exactly what I needed!!!! :) :)

Thanks a bunch, @Hardcoder. You just learned a newbie a new trick. ;)
by Tim_H
08 Mar 2022, 22:38
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

He thought you want to run this for different users on your system
No, it's different laptops, only 1 user. :)
by Tim_H
07 Mar 2022, 21:00
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

Re: newbie needs wildcard in directory...

Hello! Thanks for helping out. What do you mean with: I guess you're saying you're not logged in under that username. I am Admin on both machines... It just happens to be that the name of the Admin user is different. (When installing Windows you can choose for a custom Admin name; it doesn't have to...
by Tim_H
06 Mar 2022, 21:13
Forum: Ask for Help (v1)
Topic: newbie needs wildcard in directory...
Replies: 16
Views: 1938

newbie needs wildcard in directory...

Hi! I'm using AHK on two different laptops to launch some destination folders on my hard disk real quickly... But unfortunately the Admin folder on both systems isn't the same: on one it is called "Admin", on the other it is "SquirlyPearly2000"... For now I am using two different AHK scripts, one fo...
by Tim_H
30 Aug 2021, 20:00
Forum: Ask for Help (v1)
Topic: Syncing: refer to 2 different file locations with 1 script?
Replies: 1
Views: 135

Syncing: refer to 2 different file locations with 1 script?

I created a shortcut to open my Dropbox in File Explorer and I would like to run the script on 2 different computers. Problem: the Adminstrator name is not the same on both devices... PC 1: Run "C:\Users\ Admin \Dropbox\" PC 2: Run "C:\Users\ NickNameX \Dropbox\" For now I've created 2 different scr...
by Tim_H
06 Aug 2021, 20:03
Forum: Ask for Help (v1)
Topic: Help with Up and Down arrow keys Topic is solved
Replies: 2
Views: 236

Re: Help with Up and Down arrow keys Topic is solved

Hell yeah! It works!!!! :)

Thank you so much, @boiler!!

I have been dreaming of creating this shortcut for years.
And now I got it! :)

You made my day...
by Tim_H
05 Aug 2021, 20:02
Forum: Ask for Help (v1)
Topic: Help with Up and Down arrow keys Topic is solved
Replies: 2
Views: 236

Help with Up and Down arrow keys Topic is solved

Hi, I want to create shortcuts for decreasing font size in Microsoft OneNote . Font size can be decreased manually by performing the following actions: press "alt" + type "r" + type "te" + hit "down arrow" + hit "up arrow" + hit "enter" So I tried to translate this to the following code: #ifWinActiv...

Go to advanced search