(value: string)
| 600 | * so the daemon sees exactly what was captured. |
| 601 | */ |
| 602 | export const cmdSetValue = (value: string): string => |
| 603 | value.replaceAll('"', "").replaceAll("%", "%%"); |
| 604 | |
| 605 | /** |
| 606 | * The batch wrapper the Scheduled Task executes. Task Scheduler has no field |
no outgoing calls
no test coverage detected