Jump to content

AUTOSTART: Difference between revisions

From EDM2
Ak120 (talk | contribs)
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This variable defines which programs and objects should be started on boot up.
This variable defines which objects should be automatically started at workplace initialisation.
  SET AUTOSTART=parameters
  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 at boot up.
:;PROGRAMS:Enables starting or restarting of programs.
;;Folders:Enables opening of folders at boot up.
;;FOLDERS:Enables opening of folders.
;;Tasklist:Enables the tasklist, without this item you can not open the tasklist.
;;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.
;;CONNECTIONS:Restarts network connections.
;;Launchpad:Starts the Launchpad at boot up.
;;LAUNCHPAD:Starts the LaunchPad.
;;Warpcenter:Starts the Warpcenter at boot up. This parameter is only available in Warp 4.0 and later versions.
;;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