Quote:

Is it possible to run the runnas.exe from network-drive like L:\folder\runnas.exe setup.tok??




Tricky.

When you run in the context of another user you normally create a new environment, and that environment does not have the mapped drives of the session that you started the command in.

This means that the process is effectively orphaned from the drive on which it started, so of course cannot find the file to open it.

Clear?