I want to open a folder and automatically select a file from the command line:
>> explorer C:\Windows\system32\selected_file.txt
Once Windows Explorer has opened C:\Windows\system32
I want selected_file.txt
to be highlighted automatically. Is that possible with Windows Command Prompt?
explorer.exe /select,c:\windows\system32\selected_file.txt