عرض نسخة كاملة من windows short cut
In large installations its common to use many different versions of Windows. IntraLaunch excels in these non-homogeneous desktop environments by using its built in macros, variables and functions to help dynamically address workstation indifferences. Each Windows version, user, profile, etc. all have different paths and locations for directories such as My Documents, Desktop, Windows, IE History, etc. IntraLaunch 4.1 and higher lets you manage these differences through variables by determining the correct path for the currently logged in user and automatically substituting it at run time when the user clicks a given IntraLaunch object.

   Below is a list of all support variables. Not all variables work in all versions of Windows. All variables are case sensitive. Only the parameters Run, RunParms, DefDir and Log will process variables.

  Example - run notepad.exe specifically held in the workstations Windows directory, open the file sales.txt currently on the users desktop, and make the default working directory for notepad the users My Documents folder, no matter where these actual folders exist IntraLaunch automatically determines the correct paths:

<PARAM NAME="Run" VALUE="%windir%notepad.exe">
<PARAM NAME="RunParms" VALUE="%desktop%sales.txt">
<PARAM NAME="DefDir" VALUE="%mydocuments%">

  Example - explore Internet Explorer's cache:

<PARAM NAME="Run" VALUE="%windir%explorer.exe">
<PARAM NAME="RunParms" VALUE="%internet_cache%">


Variable Description
%yourvariable% Custom Variable
Any variable seen by the shell. IntraLaunch 4.8 and higher required. Can only be used with GetVariable().
%windir% Windows directory
Eg. C:WINNT
%sysdir% Windows system folder
Eg. C:WINNTSYSTEM32
%program_files% Program Files directory
Eg. C:Program Files
%program_files_common% Program FilesCommon Files
Eg. C:Program FilesCommon Files
%desktop% Desktop folder
Eg. C:Documents and SettingsAdministratorDesktop
%startmenu% Start Menu folder
Eg. C:Documents and SettingsAdministratorStart Menu
%startmenu_programs% Start Menu - Programs folder
Eg. C:Documents and SettingsAdministratorStart MenuPrograms
%startmenu_startup% Start Menu - Startup folder
Eg. C:Documents and SettingsAdministratorStart MenuProgramsStartup
%mydocuments% My Documents folder
Eg. C:Documents and SettingsAdministratorMy Documents
%favorites% Favorites folder
Eg. C:Documents and SettingsAdministratorFavorites
%recent% Recently used folder
Eg. C:Documents and SettingsAdministratorRecent
%sendto% SendTo folder
Eg. C:Documents and SettingsAdministratorSendTo
%user_desktop% Desktop folder
Eg. C:Documents and SettingsAdministratorDesktop
%fonts% Fonts folder
Eg. C:WINNTFonts
%templates% Templates folder
Eg. C:Documents and SettingsAdministratorTemplates
%common_startmenu% Common Start Menu folder
Eg. C:Documents and SettingsAll UsersStart Menu
%common_startmenu_programs% Common Start Menu - Programs
Eg. C:Documents and SettingsAll UsersStart MenuPrograms
%common_startmenu_startup% Common Start Menu - Startup
Eg. C:Documents and SettingsAll UsersStart MenuProgramsStartup
%common_desktop% Common desktop folder
Eg. C:Documents and SettingsAll UsersDesktop
%appdata% Application Data folder
Eg. C:Documents and SettingsAdministratorApplication Data
%internet_cache% IE cache folder
Eg. C:Documents and SettingsAdministratorLocal SettingsTemporary Internet Files
%cookies% IE Cookies folder
Eg. C:Documents and SettingsAdministratorCookies
%history% History folder
Eg. C:Documents and SettingsAdministratorLocal SettingsHistory
%mypictures% My Pictures folder
Eg. C:Documents and SettingsAdministratorMy DocumentsMy Pictures
%profile% Users profile root folder
Eg. C:Documents and SettingsAdministrator
%nethood% Network neighborhood
Eg. C:Documents and SettingsAdministratorNetHood
%common_templates% Common templates folder
Eg. C:Documents and SettingsAll UsersTemplates
%common_documents% Common documents folder
Eg. C:Documents and SettingsAll UsersDocuments
%username% * Username of user logged in
Eg. Administrator
%userdomain% * Domain user is currently part of
Eg. DOMAINNAME
%tmpfolder% * Path to TMP folder
Eg. C:DOCUME~1ADMINI~1LOCALS~1Temp
%tempfolder%