Skip to content

Instantly share code, notes, and snippets.

@jumblies
Created April 1, 2019 15:16
Show Gist options
  • Save jumblies/55ef047b33f3811bafc3e6be0e92a79a to your computer and use it in GitHub Desktop.
Save jumblies/55ef047b33f3811bafc3e6be0e92a79a to your computer and use it in GitHub Desktop.
powershell launch
@echo off
start powershell.exe -noexit -command "cd c:\Users\glamke\AppData\Local\Programs\Python\Python37-32\scrapy"; ".\Scripts\activate"; "cd pbike"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment