0

I have a script that I want to execute from anther machine. I have a client that sends the command for starting the script.

The problem is that the script calls another script which is not run, because it can't find it.

If I run the first script from the machine it succeeded.
I tried to set the PATH env, but it seems that doesn't help.

MrLore
  • 3,759
  • 2
  • 28
  • 36
Boris Raznikov
  • 2,373
  • 10
  • 34
  • 56

1 Answers1

0

for windows user, if you delete Env by wrongly! follow these steps : window key + R type : Regedit add this path in top of page : Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment next step edit PATH by right click in mouse and copy then open Environment Variable from the search bar in left down and type Environment Variable open and Edit path than past CTRL + V AND IT WILL BE FIXED

Omar bakhsh
  • 896
  • 11
  • 18