We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8f08e commit 6bd40a7Copy full SHA for 6bd40a7
home/full-example.local/.osp/menu.ini
@@ -2,7 +2,7 @@
2
3
caption = {lang_create_backup}
4
category = projects\full-example.local
5
-command = cmd.exe /c "mkdir {base_dir}\.osp\backup >nul 2>&1 & 7za a -tzip {base_dir}\.osp\backup\backup_{date_time}.zip {base_dir}\* -xr!.osp\backup & explorer.exe /select,{base_dir}\.osp\backup\backup_{date_time}.zip"
+command = cmd.exe /k "mkdir {base_dir}\.osp\backup >nul 2>&1 & 7za a -tzip {base_dir}\.osp\backup\backup_{date_time}.zip {base_dir}\* -xr!.osp\backup & explorer.exe /select,{base_dir}\.osp\backup\backup_{date_time}.zip"
6
enabled = on
7
hide = off
8
icon = file-zipper
0 commit comments