Skip to content

Commit

Permalink
add command to file .bat
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTurco authored Oct 29, 2022
1 parent db599da commit 05002eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified AutoBackup v2.0 setup file.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions Startup_file.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
:: this is to move "CheckerBackup.exe.lnk" into the "Startup" folder
:: during the installation of AutoBackup program.

:: for give permissions to all users to modify the directory
icacls ./ /grant Users:(OI)(CI)F /T

:: to move the shortkut to the Startup folder
if exist ./CheckerBackup.exe.lnk (
move ./CheckerBackup.exe.lnk "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
)
Expand Down
1 change: 0 additions & 1 deletion res/backup_list.json
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
[]

0 comments on commit 05002eb

Please sign in to comment.