-
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.
Clean up COM ptrs and standardize error handling
- Loading branch information
1 parent
d659c35
commit e73cee4
Showing
2 changed files
with
184 additions
and
332 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,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 |
Oops, something went wrong.