ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Skrommel's Software

[Idee] GroupStarter

<< < (3/3)

AbteriX:
As always  :(

Wanting to improve my code this weekend (will do perhaps)
but while googling smtg i found LaunchAT , at little 20kB (8kB UPX) program launcher
which do that what i want (not tested widely, want to share before forget it) and maybe more.

http://81.56.229.95/launchat/launchat.htm
http://debrock.org/

"ReadMe";
; LaunchAt.ini - Configuration file for LaunchAt.exe (http://debrock.org/launchat/)
; LaunchAt.exe parses this file then launches listed programs, following a time-line
; defined by all the "Delay=" values.
;
; Syntax for this conf file:
;
; Comments begin with a semi-colon ( ; )
; Environment variables are expanded: %SystemRoot% will be expanded as C:\WINDOWS
;
; [Notepad] ;Each app description starts with a section definition. It must be unique within this conf file.
;
; App=Full path and name of the application to be launched. LaunchAt.exe takes care of your PATH env var.,
;
; Param=[optional command-line parameters] ; Put here any options needed by the application to be launched.
;
; Delay=delay before launch, in seconds.
;
; Disabled=0/1 used to temporary disabling this topic
;
; Show=How to display the window. Possible values are
;   0: Hides the windows
;   1: Show normal (default)
;   2: Show minimized
;   3: Show maximized
;   4: Show normal without activating it
;   7: Show minimized without activating it
;
; Example:
;[Notepad]
;App=notepad.exe
;Param="\Sample Text File opened via LaunchAt.txt" ; Need quotes, because of spaces in file name.
;Delay=0 ; seconds after startup of LaunchAt.

[Notepad with environment var]
App=%SystemRoot%\notepad.exe
Param="%ProgramFiles%\Sample Text File located in ProgramFiles opened via LaunchAt.txt"
Delay=5 ; seconds after startup of LaunchAt.
Show=2 ; minimized

Navigation

[0] Message Index

[*] Previous page

Go to full version