Editing PS1 online defects powershell code

edited March 2017 in Powershell
I'm working on OptiTune scripting with ps1 files.

It should update/start on windows start, but there seems a problem.
It only works when I delete a task en recreate it?

When I look in Deployment History it should've run but I dont' see any updates files in C:\Windows\Temp?

Sometimes I can find errors like:
SO strange because all the scripts are working just fine on the laptop, but there seems something going wrong when I edit them --> Online within optitune?


The string is missing the terminator: ".

Missing closing '}' in statement block or type definition.

Missing closing '}' in statement block or type definition.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordEx
ception
+ FullyQualifiedErrorId : TerminatorExpectedAtEndOfString

Comments

  • bravurasoftbravurasoft Redmond, WA
    Do you have any international characters in your script? If uploading the script works, but editing from the web browser produces errors, this may be the cause. If so, it is a bug we have to fix on the text file editor in our website.
Sign In or Register to comment.