PhilipP
Goreloβ€’3d agoβ€’
3 replies
Philip

not able to access script files

i am tryign to download a file and i keep getting an empty variable when i am trying to download it and then run the installer.

im just trying to debug now and im not finding much on how to do this.

can anyone help point me in the right direction?

__
$LogDir="C:\Nerdworks\Gorelo\Gorelo"; New-Item -ItemType Directory -Force $LogDir | Out-Null; $Log=Join-Path $LogDir ("var-check-{0}.log" -f (Get-Date -Format "yyyyMMdd-HHmmss"))

Add-Content $Log ( $gorelo:file.test)
Add-Content $Log ( "$gorelo:file.test")
Add-Content $Log ( "{$gorelo:file.test)")
Add-Content $Log ( {$gorelo:file.test})
Write-Output "Log written: $Log"

__


.test
{.test)
$gorelo:file.test

__
Was this page helpful?