In Windows you can open Explorer with the following command:
C:\Users\Leniel>start %windir%\explorer.exe
If you want it to open a specific folder, do this for example:
C:\Users\Leniel>start %windir%\explorer.exe "C:\Users\Leniel\Desktop"
In Windows you can open Explorer with the following command:
C:\Users\Leniel>start %windir%\explorer.exe
If you want it to open a specific folder, do this for example:
C:\Users\Leniel>start %windir%\explorer.exe "C:\Users\Leniel\Desktop"