Written in Zig 0.11.0 to change the file names of the student papers (PDF-files) from Aalborg University's Digital Exam (DE) in the current working directory, so that Windows sorts them correctly.
- The binary is statically linked and the only dependencies are the Windows Kernel Dll's (kernel32 and ntdll).
To use, simply place the executable file in a directory with the PDF files downloaded from Aalborg University's Digital Exam (DE). Then, run "renameStudentPapers.exe" to efficiently rename the files. Enjoy the convenience!
Compile and run using Zig from a directory with the student papers from the Digital Exam (DE):
- zig build run