home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
General Support
Help me with a auto startup script
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="mr viggo" data-source="post: 728212" data-attributes="member: 68970"><p>Ok, so I'm at this again. I had a really simple working .vbs-script long time ago but I can't find anywhere. It was delay of 15 seconds launching an lnk -> exe. </p><p></p><p>The .vbs was located in my autostart folder, pointing to a simple win shortcut file that launched an exe in a minimized window. If I recall correctly, it looked kinda like this:</p><p></p><p>[CODE]@echo off</p><p></p><p>delay 15000</p><p>run c:\user\desktop\shortcut.lnk</p><p>end[/CODE]</p><p></p><p>Perhaps a line or two more but not much more..</p><p></p><p>Help please, I'm really lost on this one and google doesn't seem to be much help.</p><p></p><p></p><p>Edit: solved it, created a start.bat and put it in startup folder</p><p></p><p>[CODE]@ECHO OFF</p><p></p><p>TIMEOUT /T 15</p><p>REM Total Delay = 15 seconds</p><p>START /min "" "[I]path to file[/I].exe"[/CODE]</p></blockquote><p></p>
[QUOTE="mr viggo, post: 728212, member: 68970"] Ok, so I'm at this again. I had a really simple working .vbs-script long time ago but I can't find anywhere. It was delay of 15 seconds launching an lnk -> exe. The .vbs was located in my autostart folder, pointing to a simple win shortcut file that launched an exe in a minimized window. If I recall correctly, it looked kinda like this: [CODE]@echo off delay 15000 run c:\user\desktop\shortcut.lnk end[/CODE] Perhaps a line or two more but not much more.. Help please, I'm really lost on this one and google doesn't seem to be much help. Edit: solved it, created a start.bat and put it in startup folder [CODE]@ECHO OFF TIMEOUT /T 15 REM Total Delay = 15 seconds START /min "" "[I]path to file[/I].exe"[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Help me with a auto startup script
Contact us
RSS
Top
Bottom