Skip to content

Instantly share code, notes, and snippets.

@emiliano-poggi
Created April 8, 2011 20:35
Show Gist options
  • Save emiliano-poggi/910671 to your computer and use it in GitHub Desktop.
Save emiliano-poggi/910671 to your computer and use it in GitHub Desktop.
BATCH: Call from batch file a function inside a powershell script
powershell ". .\MyFunctions.ps1; MyFunction -Param1 \"String\" -Param2 777"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment