Update a runtime-only version

What is Runtime-only

A runtime-only version opens a PsxCad project only in Runtime mode and ignores the editor mode. This is done with a batch file.

How to update a Runtime-only version with a newly received project version

Follow the following steps to update a batch file that opens up a newly received version of a project in the runtime-only version of PsxCad.

  1. Place the project file (with the .jdx extension) that you want to update in the same directory as the project (usually "C:\Runtime\Project_Files\").

  2. Open the batch file that enables to run the Runtime-only version (normally called "start.bat") in the main directory where the runtime-only version of PsxCad is installed (usually "C:\Runtime\") with a text editor like notepad or notepad++. It contains text like the example below.

  3. Adjust the path and filename in the text editor to the name and location of new PsxCad version.

  4. Save the file with the file extension ".bat", preferably as "start.bat".

  5. Execute the batch file for testing.

Batch file code for opening a project in Runtime only
PsxCad.exe -RT:C:\Runtime\Project_Files\"File name".jdx