mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-28 13:17:23 +00:00
84 lines
1.8 KiB
Markdown
84 lines
1.8 KiB
Markdown
---
|
||
title: LOAD APP
|
||
description: LOAD APP
|
||
author: jamiejdt
|
||
ms.assetid: 7b727d0c-5423-419d-92ef-7ebbc6343e79
|
||
ms.pagetype: mdop, appcompat, virtualization
|
||
ms.mktglfcycl: deploy
|
||
ms.sitesec: library
|
||
ms.prod: w8
|
||
---
|
||
|
||
|
||
# LOAD APP
|
||
|
||
|
||
Loads the specified application and all other applications in the package into the file system cache.
|
||
|
||
**Note**
|
||
The **LOAD APP** command starts the load process and a progress bar is displayed in the Desktop Notification Area. The command exits immediately after starting this process, so any load errors are displayed in the same location. Use the **LOAD PACKAGE** command if you want to start the load process from the command line without using the Desktop Notification Area.
|
||
|
||
|
||
|
||
`SFTMIME LOAD APP:application [/LOG log-pathname | /GUI]`
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<thead>
|
||
<tr class="header">
|
||
<th align="left">Parameter</th>
|
||
<th align="left">Description</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>APP:<application></p></td>
|
||
<td align="left"><p>The name and version (optional) of the application to load.</p></td>
|
||
</tr>
|
||
<tr class="even">
|
||
<td align="left"><p>/LOG</p></td>
|
||
<td align="left"><p>If specified, output is logged to the specified path name.</p></td>
|
||
</tr>
|
||
<tr class="odd">
|
||
<td align="left"><p>/GUI</p></td>
|
||
<td align="left"><p>If specified, output is presented in a Windows dialog box.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
For version 4.6, the following option has been added.
|
||
|
||
<table>
|
||
<colgroup>
|
||
<col width="50%" />
|
||
<col width="50%" />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr class="odd">
|
||
<td align="left"><p>/LOGU</p></td>
|
||
<td align="left"><p>If specified, output is logged to the specified path name in UNICODE format.</p></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
|
||
## Related topics
|
||
|
||
|
||
[SFTMIME Command Reference](sftmime--command-reference.md)
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|