Jump to content

AUTOSTART: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m minor corrections
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
This variable defines which objects should be automatically started at workplace initialisation.
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.
:;PROGRAMS:Enables starting or restarting of programs.
Line 10: Line 9:
;;LAUNCHPAD:Starts the LaunchPad.
;;LAUNCHPAD:Starts the LaunchPad.
;;WARPCENTER:Starts the [[WarpCenter]]. 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>
;Example
SET AUTOSTART=PROGRAMS,TASKLIST,FOLDERS,CONNECTIONS,WARPCENTER


[[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