 |
 |
Screenshots |
|
|
 |
Downloads |
|
|
 |
Resources |
|
|
 |
|
|
 |
|
|
|
 |
|
|
IntraLaunch also has several public functions that can be called via Javascript or VBScript.
- ExecuteIt() allows you to execute applications or IntraLaunch macros from Java/VBScript.
- CheckInstalledApp() allows you to check if a (major) application is installed from Java/VBScript.
- GetDriveInfo() allows you to check to see if a drive letter is connected to a remote share.
- DisconnectShare() allows you to disconnect a mapped drive.
- MapShare() allows you map a network drive from Java/VBScript.
- DoesFileExist() allows you to see if a file exists.
- GetVariable() allows you to get a system variable such as the desktop path or computer name.
- GetRegKey() allows you to determine if any registry key exists and if so get its value.
- GetMultipleRegKey() allows you to obtain a list of registry key values under a give key one by one.
- CheckIfOnline() allows you to see if the workstation has a working or active Internet connection.
- CheckLocalGroup() allows you to see if the current user belongs to a given local group.
- CheckGlobalGroup() allows you to see if the current user belongs to a given NT domain/global group.
- GetFileList() will return a list of files allowing for a client side file manager with Javascript.
- GetDriveTotalSpace() and GetDriveFreeSpace() will get a drive's space information.
- DeleteFile() will remove a file.
- GetAssociatedApp() will return the full path to the program associated with the specified file.
|