Page 1 of 1
Autostart in minimized mode
Posted: 02 Feb 2006, 02:59
by J Hair
I use Servant Salamander several times a day. It's an AWESOME tool and the word is spreading as people see me using it.
Since I always end up using it, I'd like to have it autostarted but minimized. To autostart, I can just place it in the Startup folder. But I'd like to have it minimized as I don't use it first.
Thanx,
jsh
Re: Autostart in minimized mode
Posted: 02 Feb 2006, 07:40
by ino
J Hair wrote: But I'd like to have it minimized as I don't use it first.
Start your Salamander

with following js script:
- open folder where is Salamander

installed
- press SHIFT + F4
- change the new file extension from .txt to
.js
- copy & paste following 3 lines in it
- and save it.
Code: Select all
var wss = WScript.CreateObject("WScript.Shell");
wss.run ("SALAMAND.exe",6);
WScript.Quit();
Re: Autostart in minimized mode
Posted: 02 Feb 2006, 08:03
by Jan Rysavy
J Hair wrote:Since I always end up using it, I'd like to have it autostarted but minimized. To autostart, I can just place it in the Startup folder. But I'd like to have it minimized as I don't use it first.
Right click the Servant Salamander icon, choose the Properties command. In the
Run box choose the
Minimized option.
Re: Autostart in minimized mode
Posted: 02 Feb 2006, 11:04
by KNUT
ino wrote:Start your Salamander with following js script:[...]
He breaks a butterfly on the wheel
