topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday March 29, 2024, 7:59 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

Author Topic: Single Skrommel with all apps  (Read 8793 times)

vevola

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 104
  • VeVoLa
    • View Profile
    • Donate to Member
Single Skrommel with all apps
« on: October 01, 2005, 08:01 AM »
skrommel-

couldn't you make a single program structure that would hold all of your little proggies?

-vevola

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Single Skrommel with all apps
« Reply #1 on: October 01, 2005, 08:03 AM »
you probably wouldnt want all of his ahk scripts running at same time because many do some processor intensive things in the background,
BUT
you should be able to download a bunch of the .ahk scripts (not the precompiled exes) and compile them into one single exe, or better yet
just run the autohotkey scripts you want inside ahk (instead of running the individual exes).

vevola

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 104
  • VeVoLa
    • View Profile
    • Donate to Member
Re: Single Skrommel with all apps
« Reply #2 on: October 01, 2005, 08:24 AM »
I thought many of his users might appreciate a frame-software. You could just load this one proggie, and then inside define what are the ones that should go, maybe even to have just a single tray icon.

I'm not quite sure I understand what you mean mouser  :(

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Single Skrommel with all apps
« Reply #3 on: October 01, 2005, 08:29 AM »
ah i see what you mean..
but maybe all you need is a tutorial from comone on how to load multiple scripts into auto hot key.. i think this will almost do what you want..
but maybe there is something like what you are asking to make it easier to enable/disable scripts in auto hot key.

hopefully skrommel will reply with some guidelines.

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: Single Skrommel with all apps
« Reply #4 on: October 10, 2005, 09:17 AM »
 :) I just reread the post, and now I get it!

A launch pad with all my programs that starts or stops a program when you click a button?

Skrommel


vevola

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 104
  • VeVoLa
    • View Profile
    • Donate to Member
Re: Single Skrommel with all apps
« Reply #5 on: January 03, 2006, 07:43 PM »
A launchpad... exactly!