Autostart in minimized mode

We welcome any suggestions for new features or improvements in Altap Salamander. Please post one suggestion per report.
J Hair

Autostart in minimized mode

Post 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
User avatar
ino
Posts: 440
Joined: 09 Dec 2005, 14:59
Location: Brno, Czech Republic

Re: Autostart in minimized mode

Post by ino »

J Hair wrote: But I'd like to have it minimized as I don't use it first.
:idea:

Start your Salamander Image with following js script:

- open folder where is Salamander Image 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();
Jan Rysavy
ALTAP Staff
ALTAP Staff
Posts: 5231
Joined: 08 Dec 2005, 06:34
Location: Novy Bor, Czech Republic
Contact:

Re: Autostart in minimized mode

Post 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.
User avatar
KNUT
Posts: 286
Joined: 12 Dec 2005, 09:57
Location: Hamburg, Germany

Re: Autostart in minimized mode

Post by KNUT »

ino wrote:Start your Salamander with following js script:[...]
He breaks a butterfly on the wheel :D :roll:
Kind regards, KNUT
_____________________________________________
Satisfied Servant Salamander User from Version 1.5 till now
Post Reply