SuperflyJon / FileStarter

Start processes on multiple desktops
52 stars 9 forks source link

Doesn't work for me in Windows 11 22H2, even with the simplest files.json file #6

Open aedwall33 opened 3 months ago

aedwall33 commented 3 months ago

When I try to run this, I see this:

PS C:\junk\FileStarter> .\FileStarter.ps1 .\files.json At C:\junk\FileStarter\FileStarter.ps1:647 char:16

Can you please help me? Thank you.

Here is the files.json file:

[ { "process": "calculator", "width": 800, "height": 600 } ]

SuperflyJon commented 3 months ago

What version of windows have you got? (run "winver" to find out)

These errors are before the files.json file is read, so it's nothing to do with that. Something is wrong with the filestarter.ps1 file. Maybe try downloading that again.