added files and folders
This commit is contained in:
9
CleanUpStartMenuShortcuts/CleanUpStartMenuShortcuts.bat
Normal file
9
CleanUpStartMenuShortcuts/CleanUpStartMenuShortcuts.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
pushd "%~dp0"
|
||||
rem Move and rename files and folders
|
||||
|
||||
|
||||
rem Delete files and folders
|
||||
for /F "tokens=*" %%A in (Files.txt) do del /f /s /q %%A
|
||||
for /F "tokens=*" %%A in (Folders.txt) do rmdir /s /q %%A
|
||||
popd
|
||||
pause
|
||||
3
CleanUpStartMenuShortcuts/Files.txt
Normal file
3
CleanUpStartMenuShortcuts/Files.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\AIMP\AudioConverter.lnk"
|
||||
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\AIMP\TagEditor.lnk"
|
||||
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\AIMP\Uninstall.lnk"
|
||||
2
CleanUpStartMenuShortcuts/Folders.txt
Normal file
2
CleanUpStartMenuShortcuts/Folders.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\AIMP\Test1"
|
||||
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\AIMP\Test2"
|
||||
Reference in New Issue
Block a user