WMIC: how to use **process call create** with a specific working directory?
问题 The task is to launch a program using wmic process call create "c:\folder\app.exe" and have app.exe access it's own support files in the app.exe home folder tree . The batch script below illustrates the problem with WMIC silently changing the working directory, so that the support files cannot be found. This script creates a second batch file called one.bat that simply types a url.txt file from the same folder, to display www.google.com on the console. When using wmic to create the process,