defect122

windows batch - start explorer command

Feb 29th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. @echo off
  2. explorer /e,C:\ rem start explorer c:\ and exit batch file
  3. exit
Advertisement
Add Comment
Please, Sign In to add comment