Files
openclaw/scripts/windows-cmd-helpers.d.mts
T
2026-07-09 19:37:47 -07:00

7 lines
478 B
TypeScript

export function resolvePathEnvKey(env: NodeJS.ProcessEnv): string;
export function resolveWindowsSystemRoot(env?: NodeJS.ProcessEnv): string;
export function resolveWindowsSystem32Path(executableName: string, env?: NodeJS.ProcessEnv): string;
export function resolveWindowsCmdExePath(env?: NodeJS.ProcessEnv): string;
export function resolveWindowsPowerShellPath(env?: NodeJS.ProcessEnv): string;
export function buildCmdExeCommandLine(command: string, args: string[]): string;