i want to pass the path as a variable to my script
the error is
cannot find path path does not exist
my code
$a=read-host
$b=read-host
copy-item $a $b
i want to pass the path as a variable to my script
the error is
cannot find path path does not exist
my code
$a=read-host
$b=read-host
copy-item $a $b