AUTOSTART: Difference between revisions
Appearance
Created page with "This variable defines which programs and objects should be started on boot up. SET AUTOSTART=parameters ;Parameters:All parameters must be delimited by commas. :;Programs:En..." |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This variable defines which | This variable defines which objects should be automatically started at workplace initialisation. | ||
SET AUTOSTART= | SET AUTOSTART=param1,...,paramN | ||
;Parameters:All parameters must be delimited by commas. | ;Parameters:All parameters must be delimited by commas. | ||
:; | :;PROGRAMS:Enables starting or restarting of programs. | ||
;; | ;;FOLDERS:Enables opening of folders. | ||
;; | ;;TASKLIST:Enables the tasklist, without this item you can not open the tasklist. | ||
;:In Warp 3.0 prior to Fixpak 17 has the item no effect. | ;:In Warp 3.0 prior to Fixpak 17 has the item no effect. | ||
;; | ;;CONNECTIONS:Restarts network connections. | ||
;; | ;;LAUNCHPAD:Starts the LaunchPad. | ||
;; | ;;WARPCENTER:Starts the [[WarpCenter]]. This parameter is only available in Warp 4.0 and later versions. | ||
;Example:<tt>SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS,WARPCENTER</tt> | |||
[[Category:Environment variable]] | [[Category:Environment variable]] |
Latest revision as of 17:10, 15 November 2017
This variable defines which objects should be automatically started at workplace initialisation.
SET AUTOSTART=param1,...,paramN
- Parameters
- All parameters must be delimited by commas.
- PROGRAMS
- Enables starting or restarting of programs.
- FOLDERS
- Enables opening of folders.
- TASKLIST
- Enables the tasklist, without this item you can not open the tasklist.
- In Warp 3.0 prior to Fixpak 17 has the item no effect.
- CONNECTIONS
- Restarts network connections.
- LAUNCHPAD
- Starts the LaunchPad.
- WARPCENTER
- Starts the WarpCenter. This parameter is only available in Warp 4.0 and later versions.
- Example
- SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS,WARPCENTER