this script has dependency on
https://gist.githubusercontent.com/Elrashid/ce59f52d5552f453e4249d26e67a48c0/raw/.gitignore
We will open a Run window
On the keybord press
Windoes Key + R
wait
We will open a cmd Window
On the Run window text-Input write
cmd
on the Keybord press
Enter
We will make a directory and make it the working directory for our cmd
On the CMD Window write
cd /d D:\Projects\P.IT.Support\asp.net
We will download and run the script
On the CMD Window write
set scriptUrl="https://gist.githubusercontent.com/Elrashid/30a9701adfb33bb3eb196642faec2049/raw/dotnet_new_console.bat"
PowerShell -Command "(new-object System.Net.WebClient).DownloadFile('%scriptUrl%','dotnet_new_console.bat')"
dotnet_new_console.bat
co_elrashid_app