ver Mar21st
Windows multi_app tasks
This commit is contained in:
@@ -74,14 +74,14 @@
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": "rm -r C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
|
||||
"command": "rd /s /q C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
|
||||
"shell": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": "mv C:\\Users\\chenj\\Thunderbird C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
|
||||
"command": "move C:\\Users\\chenj\\Thunderbird C:\\Users\\chenj\\AppData\\Roaming\\Thunderbird",
|
||||
"shell": true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user