Topic: Newbie question...  (Read 1749 times)

Newbie question...
« on: February 03, 2015, 02:44:41 PM »

orionbg

  • Apprentice
  • *
  • Date Registered: Nov 2014
  • Posts: 4
Hey all,

I've almost completed my build but there is just one last thing that is bothering be!
I put an .exe file in the windows folder and also there are shortcuts for it in Clasic Shell's Start Menu and on the task bar. Everything works perfectly but I can't seem to find how to make this file to be executed on every start-up.
Let's pretend that the file is called test1.exe
Can someone please point me to the right command because I've been reading the forum for hours and can't seem to find an answer.

Thank You in advance!

Re: Newbie question...
« Reply #1 on: February 03, 2015, 07:54:41 PM »

Prz42

  • Code Baker
  • Sr. Chef
  • ****
  • Date Registered: Jan 2014
  • Posts: 513
Did a search and the came up with
http://theoven.org/index.php?topic=627.msg8951#msg8951
I didn't see any app in Win8.1SE but Lancelot has a lot of apps
Hope this helps :wink:

Re: Newbie question...
« Reply #2 on: February 03, 2015, 07:55:33 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Use
Utils\PC Packed (Plugin Creator Packed)

test1.exe  pack to test1.zip
Enable "Add Startup Option" there

1) ...test1.zip
2) test1.exe
3) Gooo

 :thumbsup:
« Last Edit: February 03, 2015, 07:56:59 PM by Lancelot »

Re: Newbie question...
« Reply #3 on: February 04, 2015, 04:45:42 AM »

orionbg

  • Apprentice
  • *
  • Date Registered: Nov 2014
  • Posts: 4
Use
Utils\PC Packed (Plugin Creator Packed)

test1.exe  pack to test1.zip
Enable "Add Startup Option" there

1) ...test1.zip
2) test1.exe
3) Gooo

 :thumbsup:

Worked perfectly! Thank you!
one last question. Is there a way to delay the startup of the program with lets say 5 or 10 seconds?

Re: Newbie question...
« Reply #4 on: February 04, 2015, 05:38:01 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Sure,
http://theoven.org/index.php?topic=52.0
 :thumbsup:

tip: on .cmd files use
Code: [Select]
cd /d "%~dp0"
when required

:turtle:

Re: Newbie question...
« Reply #5 on: February 06, 2015, 02:08:57 AM »

orionbg

  • Apprentice
  • *
  • Date Registered: Nov 2014
  • Posts: 4
Sure,
http://theoven.org/index.php?topic=52.0
 :thumbsup:

tip: on .cmd files use
Code: newbielink:javascript:void(0); [nonactive]
cd /d "%~dp0"
when required

:turtle:

Thank You!

 

Powered by EzPortal