Skip to content

Commit

Permalink
Forgot this piece.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Nov 12, 2018
1 parent 82fcf4a commit bd3d40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperCAL/Misc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static Task InstallScheduledTask(byte[] resource = null, string taskSuffi
Logger.Warning(e.Message);
}
Logger.Log("Creating SuperCAL task...");
RunCMD(@"schtasks.exe /Create /F /TN SuperCAL /XML C:\MICROS\SuperCAL\SuperCALTask" + taskSuffix + ".xml");
RunCMD(@"schtasks.exe /Create /F /TN SuperCAL" + taskSuffix + @" /XML C:\MICROS\SuperCAL\SuperCALTask" + taskSuffix + ".xml");
Logger.Good("Done.");
}
else
Expand Down

0 comments on commit bd3d40b

Please sign in to comment.