Files
openclaw/scripts/windows-cmd-helpers.d.mts
2026-06-21 11:15:14 +02: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;