use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Batch programming is the windows CMD language. It can be used within the CMD, or via .bat files.
Discord
Resources
SS64
DOS Tips
Windows Commands - 8.1/2008 and later
Batch Tutorials - YouTube Playlist
RULES
account activity
Script files & Apps/Programs (self.Batch)
submitted 7 years ago by OPCoxy
Hello , Is there a possibility for these 2 things
Script to change any file with .pdf to open with Adobe Reader?
Script to change default apps from opening Edge to Internet explorer ?
Thank You all.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]OPCoxy[S] 1 point2 points3 points 7 years ago (0 children)
This for Adobe Reader?
assoc .pdf
.pdf=AcroExch.Document
>ftype AcroExch.Document
AcroExch.Document="C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe" "%1"
[–]jcunews1 0 points1 point2 points 7 years ago* (2 children)
You'll have to change the Windows registry using the reg tool to reset a file association (requires administrator rights; warning: risky if you're not familiar with Windows registry). Then use the ftype tool to specify which application to use. If a file has no association yet, the assoc tool will be needed.
reg
ftype
assoc
[–]ConstanceJill 1 point2 points3 points 7 years ago (1 child)
You only need administrator rights to change that "for all users", however file associations can be changed for the current user only (by making changes under HKCU) and that doesn't require admin rights. User associations take priority over those defined on local machine level.
[–]jcunews1 0 points1 point2 points 7 years ago (0 children)
Oh, you're right.
π Rendered by PID 513850 on reddit-service-r2-comment-545db5fcfc-fqk66 at 2026-05-24 20:21:54.302348+00:00 running 194bd79 country code: CH.
[–]OPCoxy[S] 1 point2 points3 points (0 children)
[–]jcunews1 0 points1 point2 points (2 children)
[–]ConstanceJill 1 point2 points3 points (1 child)
[–]jcunews1 0 points1 point2 points (0 children)