(value: string)
| 593 | * so the daemon sees exactly what was captured. |
| 594 | */ |
| 595 | export const cmdSetValue = (value: string): string => |
| 596 | value.replaceAll('"', "").replaceAll("%", "%%"); |
| 597 | |
| 598 | /** |
| 599 | * The batch wrapper the Scheduled Task executes. Task Scheduler has no field |
no outgoing calls
no test coverage detected