HowTos
From PC2wiki
How To - a list of HowTos and work arounds for PC²
How to configure/use interpreted languages
See Interpreted languages article for a description and an example.
How To extract all team source files
Applies to version 9.1.0 and On.
- Startup a server module
- Go to the Reports tab
- Select the "Extract Replay Runs" report
- Click View Report
The Extract Replay Runs report creates replay file and extracts all team's runs source files. An example of a line from this report is here:
action=RUN_SUBMIT| id=1| elapsed=1| language=Java| problem=Hello|site=1|submitclient=team5|mainfile=report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java|
This line indicates that team5 submitted a source file named Sumit.java
for problem Hello. The
Sumit.java
source code/program was written in the reports
directory, the path is reports/report.Extract_Replay_Runs.09.13.323.txt/site1run1/Sumit.java