PhilipP
Goreloโ€ข2mo agoโ€ข
6 replies
Philip

not able to access script files

๐ŸฆGorelo Questionโœ… Solved
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

__
Solution
Not that I'm aware of
Was this page helpful?