topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 4:18 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Create ini from content folder : shortcuts, folders, any first level file.  (Read 19942 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Solved the first part.
I notice I have the first time to locate shortcut.exe using browse.

 ;D

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
AsusPortatil - 10_03_2022 , 21_48_11.pngCreate ini from content folder : shortcuts, folders, any first level file. The program don't work with the word "menú"
In the folder the program continues offerint in the autohotkey menu the full path. It's not necessary and difficult the use.

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
The exit option don't work
 :-* :P

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Bueno Vic. A ver si se soluciona lo de acumulación de trabajo.
A mi me está pasando igual.
Y la gente siempre con prisa.
Pero no te preocupes que todo sale.
 ;D :-* :P

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Hello again!

The exit option don't work
 :-* :P

Thanks for advising. Next version fixes it :Thmbsup: Stay tuned! :)
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Hello! Just wanted to mention the reason this is unsolved is simple: I don't have Visual Studio on my Linux development computer. This is one of the edge cases where no library did the job.

Sorry to Contro (We tried to make things work using VS on his Machine via PM). The program is 99%, only need a developer to follow the instructions on:

https://stackoverflo...t-of-shortcut-folder

Sincere apologies! I don't know when I am going to have a Windows 10 development computer again... for the time being, I am doing as much as I can to be helpful to the DC community with my Linux / Windows 7 setup.

Thanks!
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com
« Last Edit: April 11, 2022, 03:17 PM by publicdomain »

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
P.S. I'm aware of AHK's FileGetShortcut.

It is possible to use AHK as a link library of sorts yet due to licensing issues I usually avoid the GPL license covering AHK. I prefer MIT or other more-permissive license, given I release code with CC0 Universal myself...

In all honesty, a traditional AHK script serves Contro better in terms of simplicity :)
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com
« Last Edit: April 11, 2022, 04:37 PM by publicdomain »

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
P.S. I'm aware of AHK's FileGetShortcut.
-publicdomain (April 11, 2022, 04:01 PM)

Okay! I'm currently modifying the program to use Autohotkey as the .lnk library while avoiding GPL issues.

Let's try again to get this from 99% to 100% to finish the job & call it a completed release :Thmbsup:
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com
« Last Edit: April 11, 2022, 04:38 PM by publicdomain »

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
... to use Autohotkey as the .lnk library while avoiding GPL issues.
-publicdomain (April 11, 2022, 04:32 PM)

Done! Now coding the AHK script to translate using FileGetShortcut & release :up:
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Now coding the AHK script ...
-publicdomain (April 13, 2022, 04:57 PM)

Done!

Code: Autohotkey [Select]
  1. FileGetShortcut, %1%, OutTarget
  2. stdout := FileOpen("*", "w")
  3. stdout.Write(OutTarget)

Release + easy-to-follow instructions next :)
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Hello! Just wanted to mention the reason this is unsolved is simple: I don't have Visual Studio on my Linux development computer. This is one of the edge cases where no library did the job.

Sorry to Contro (We tried to make things work using VS on his Machine via PM). The program is 99%, only need a developer to follow the instructions on:

https://stackoverflo...t-of-shortcut-folder

Sincere apologies! I don't know when I am going to have a Windows 10 development computer again... for the time being, I am doing as much as I can to be helpful to the DC community with my Linux / Windows 7 setup.

Thanks!
-publicdomain (April 11, 2022, 02:52 PM)
Don't worry. Are difficult times for everybody.
 :-* :P

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: INIalaContro_v0.2.0 download & instructions
« Reply #61 on: April 15, 2022, 11:16 AM »
Don't worry.

Hello & thanks! I'm doing, which is a better option! :)

Here's the result of the new AHK wrapper program:

Direct download: INIalaContro_v0-2-0.zip

GitHub release: https://github.com/p.../releases/tag/v0.2.0



Instructions:

Download AutoHotkey from https://www.autohotkey.com/download/ (AutoHotkey_1.1.33.10.zip)

Unzip.

Save the AHK script as "lnk.ahk".

autohotkey-folder.png

Open the program, then click on Settings/Configure lnk parser.

INIalaContro_v0-2-0-settings.png

Configure executable and script:

INIalaContro_v0-2-0-configure.png

Executable: AutoHotkeyU32.exe / AutoHotkeyU64.exe

Script file: lnk.ahk

Hit OK

Now use the main program window to browse to the directory where you want to generate the Launcher.ini file.

That's it. Enjoy!
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com
« Last Edit: April 15, 2022, 09:39 PM by publicdomain »