Question/Issue:
When using "net use" to map a network drive in Ghost start.bat, the command might fail with a system error like following.
e.g.
System error 53 - The network path was not found.
System error 67 - The network name cannot be found.
System error 85 - The local device name is already in use.
However, any standard and error outputs regarding Ghost start.bat are not displayed during WinPE boots because "echo off" is set on top of startnet.cmd, which is executed automatically and executes the start.bat during WinPE boots.
How do you troubleshoot the failure of "net use" to map a network drive in Ghost start.bat?