Skip to content

Commit

Permalink
Merge pull request #3 from Yehonatan-Albert/patch-1
Browse files Browse the repository at this point in the history
Shortened and clearer folder path pattern
  • Loading branch information
NHLOCAL authored Sep 15, 2024
2 parents cfd4152 + 7fe8c57 commit 57b14a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pulls-pictures-2024-v3.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off
title pulls pictures 2024

set "source1=%userprofile%\AppData\Local\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\LocalCache\Microsoft\IrisService"
set "source2=%userprofile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
set "source3=%userprofile%\AppData\Local\Microsoft\BingWallpaperApp\WPImages"
set "source1=%localappdata%\Packages\MicrosoftWindows.Client.CBS_cw5n1h2txyewy\LocalCache\Microsoft\IrisService"
set "source2=%localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets"
set "source3=%localappdata%\Microsoft\BingWallpaperApp\WPImages"
set "destination1=%userprofile%\Desktop\New computer images\Spotlight images"
set "destination2=%userprofile%\Desktop\New computer images\Lock images"
set "destination3=%userprofile%\Desktop\New computer images\Bing images"
Expand Down

0 comments on commit 57b14a9

Please sign in to comment.