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.
-
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\").
-
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.
-
Adjust the path and filename in the text editor to the name and location of new PsxCad version.
-
Save the file with the file extension ".bat", preferably as "start.bat".
-
Execute the batch file for testing.
PsxCad.exe -RT:C:\Runtime\Project_Files\"File name".jdx