
Announcements
Hi guys, I have a question about running a powershell in PAD.
When I run powershell to run the nodejs script in local machine, it runs withouth any defects, on the other hands, when I try to run it in virtual machine, it does not work. However, it runs fine when I actaully open the powershell and run the nodejs code.
Does anyone know how to run nodejs script in powershell in VM?
PS. I also made a batch file to run the nodejs, and treid to run the batch file using CMD session in PAD, but it also failed to work...