$tool = 'C:\Program Files\gs\gs9.07\bin\gswin64c.exe'
& $tool -q -dNOPAUSE -sDEVICE=tiffg4 $param -r300 $pdf.FullName -c quit
Czy ktoś może mi wyjaśnić, jak to działa? Co dokładnie oznacza symbol & w programie PowerShell?
powershell
Peter3
źródło
źródło
& more
?& more
.