If you can open the original Outlook Data File, you might be able to recover additional items. The Inbox Repair tool creates a backup file with the same name as the original, but with a .bak extension, and saves it in the same folder. There may be items in the backup file that you might be able to recover that the Inbox Repair tool couldn't.

  1. Browse to the folder where the .pst file is stored and you'll find the .bak file (for example, [email protected]) created by the Inbox Repair tool.
  2. Make a copy of the .bak file and rename it with a bak.pst extension. For example, [email protected].
  3. Import the bak.pst file into Outlook, and use the Import and Export Wizard to import any additional recovered items into the newly created .pst file.
    Note: Learn how to import a .pst file by reading Import email, contacts, and calendar from an Outlook .pst file.

Locating the Outlook Data Files

You can check the location of your Outlook Data Files in Outlook.

  1. Select File > Account Settings > Account Settings.
  2. Select the Data Files tab.
  3. All Outlook Data Files (.pst) and Offline Data Files (.ost) are listed along with the name of the account the files are associated with.
To start an exe file from a batch file in Windows, you can use the start command. For example, the following command would start Notepad in most versions of Windows.
START C:WindowsNOTEPAD.EXE

Running Exe Files From Command Prompt

The start command can be used for other exe files by replacing the file path with the path to the exe file.
Can
Tip
If you want to start multiple executable files, keep in mind that the batch file opens each of the files almost immediately. If you want some delay, consider using the pause command or sleep utility.

Running Exe Files In Internet Explorer

If the file path contains a space within a folder name, you need to enclose that folder name in double quotes. For example, if you had Google Chrome installed on your computer and wanted to start the Chrome browser through a batch file, you could use the command below.
START C:'Program Files (x86)'GoogleChromeApplicationchrome.exe
The Program Files (x86) folder name includes spaces in it. Enclosing the folder name in double quotes tells Windows the spaces are part of the folder name.

Can I control a program using a batch file once its been started?

No. A batch file can only execute or start another program. Once it is started, it cannot perform additional functions within that program.
Tip
In some situations, some programs may support additional syntax or options that allow you to perform additional functions.
If you are looking for a language or tool to help perform more automation, we suggest AutoHotkey.

Run Exe Files On Xbox One

Additional information

Free Download Exe Files

Exe