Skip to content

Instantly share code, notes, and snippets.

@basilevs
Created June 16, 2012 16:49
Show Gist options
  • Select an option

  • Save basilevs/2941910 to your computer and use it in GitHub Desktop.

Select an option

Save basilevs/2941910 to your computer and use it in GitHub Desktop.
CMD script to run cmd in a folder. To put in SendTo.
%~d1
cd %~f1
cmd /K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment