diff --git a/kickstart.ps1 b/kickstart.ps1 index 7d9b535..81d0009 100644 --- a/kickstart.ps1 +++ b/kickstart.ps1 @@ -1,5 +1,7 @@ $AppName = Read-Host -Prompt 'Input your project (folder) name' $TargetFolder="../$AppName" +#$path = Get-Location +#$newPath = Join-Path -Path $path -ChildPath $TargetFolder Write-Host "Creating a new project '$AppName' in '$TargetFolder'" $confirmation = Read-Host "Are you sure you want to proceed? [y/N]" if ($confirmation -ne 'y') {