Skip to content

Commit

Permalink
Added macro HARDCOPY that performs the command "PRINT SCREEN".
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Knigge committed Oct 20, 2022
1 parent 9230803 commit 3ed9d56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macros/hardcopy.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
void main(int argc, char *argv[])
{
SpfService("cmd", "PRINT SCREEN");
}

0 comments on commit 3ed9d56

Please sign in to comment.