This app will can't run on your PC - Please help

Jared1107

Reputable
Oct 7, 2015
1
0
4,510
I am trying to run a .bat file for my game server, however every time I seem to run it, it just says this file cannot run on your PC. Does anyone please have a fix for this? I've searched everywheres and I do not want to download a virus
I use Windows 8
My graphics card- GTX 760
I use a Intel i7
3.60 Ghz
16.0 GB Ram
and a 64 bit operating system, along with a x64 based processor
 
Solution
Most likely you're using deprecated commands in the bat file. You should try running it in administrator mode, but if that doesn't work you'll need to check the bat file.

If you can convert the bat file (by hand) to a powershell script, it should be forward compatible even into Windows 10.
Most likely you're using deprecated commands in the bat file. You should try running it in administrator mode, but if that doesn't work you'll need to check the bat file.

If you can convert the bat file (by hand) to a powershell script, it should be forward compatible even into Windows 10.
 
Solution