MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / runSchtasks

Function runSchtasks

apps/cli/src/service.ts:715–716  ·  view source on GitHub ↗
(args: ReadonlyArray<string>)

Source from the content-addressed store, hash-verified

713
714/** Run schtasks.exe, capturing (stdout, stderr, code). */
715const runSchtasks = (args: ReadonlyArray<string>): Effect.Effect<CommandResult, Error> =>
716 runCommand("schtasks.exe", args);
717
718/** Write a UTF-16LE (BOM-prefixed) file — the encoding schtasks expects for XML. */
719const writeUtf16File = (

Callers 1

makeWindowsBackendFunction · 0.85

Calls 1

runCommandFunction · 0.70

Tested by

no test coverage detected