Import or export using a batch file

You can modify a batch file to import or export the project via the command prompt.

  1. Create a batch file or open an existing file.
    1. To create a new batch file, create a TXT file that includes the code.
    2. Change the file extension to .bat.
    3. Run the file with Windows administrator rights.
  2. To export project with data, add the following command after changing the file name and path:

     Altosoft.Insight.ImportExport.EntryPoint.exe -export -projectName="PROJECT PATH\PROJECT_NAME" –data. 
    			 

  3. To export project without data, add the following command after changing the file name and path:

    Altosoft.Insight.ImportExport.EntryPoint.exe -export -projectName="PROJECT PATH\PROJECT_NAME". 
    			 

  4. Save and execute the batch file with Administrator rights.

    The data is imported/exported accordingly.

    Note The file may contain other commands, depending on the scenario. For example, the commands may be used for Insight installation, solution import, Admin settings import, connection strings, or data source updates. See Import or export via command prompt.