-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed README and old zig build name
- Loading branch information
Rasmus Vest Nielsen
committed
Jan 31, 2024
1 parent
0b198ae
commit 48f5a9e
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# renameStudentPapers | ||
|
||
Writtin in <a href="https://ziglang.org/">Zig 0.10.0</a> 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. | ||
Writtin in <a href="https://ziglang.org/">Zig 0.11.0</a> 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). | ||
|
||
## Usage | ||
## Usage | ||
|
||
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 from source | ||
## Compile from source | ||
|
||
Compile and run using Zig from a directory with the student papers from the Digital Exam (DE): | ||
Compile and run using Zig from a directory with the student papers from the Digital Exam (DE): | ||
|
||
* zig build run | ||
* zig build run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.