Skip to content

Commit

Permalink
Clean up COM ptrs and standardize error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
derekchristensen committed Jul 20, 2021
1 parent d659c35 commit e73cee4
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 332 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Scheduled-Task

Native Binary for Creating a Scheduled Task

For the Visual C++ redistributable, include the following DLL's.
* msvcp140d.dll
* vcruntime140d.dll
* vcruntime140_1d.dll
Command line options:

- `/s` - Configure the task to be run by the SYSTEM account
- `/c` - The command to run as the action
- `/a` - Specifies the arguments passed to the command specified with `/c`
- `/d` - Delete the task
Loading

0 comments on commit e73cee4

Please sign in to comment.