Skip to content

Commit 6dd12c2

Browse files
authored
add files that opens discord on windows
1 parent a7ee890 commit 6dd12c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

discord.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
setlocal EnableDelayedExpansion
2+
set LookFor=Discord.exe
3+
set LookDir=C:\Users\datmobile\AppData\Local\Discord
4+
for /d %%d in (%LookDir%\*) do pushd %%d & (for %%z in (*.exe) do start %%z) & popd

0 commit comments

Comments
 (0)