Skip to main content
The 2024 Developer Survey results are live! See the results
Adapted example to the question
Source Link
Seth
  • 9.2k
  • 1
  • 22
  • 36

You can create a map network drive using net use command and then execute your program from the mapped network drive

e.g.,

c:\> net use z: \\test-pc\share \\server\software
c:\> cd /d z:\share\......\
z:\share>\......\> setupconfig.exe

You can create a map network drive using net use command and then execute your program from the mapped network drive

e.g.,

c:\> net use z: \\test-pc\share 
c:\> cd/d z:\share
z:\share> setup.exe

You can create a map network drive using net use command and then execute your program from the mapped network drive

e.g.,

c:\> net use z: \\server\software
c:\> cd /d z:\......\
z:\......\> config.exe
Formatting, etc.
Source Link

youYou can create a map network drive using net usenet use command and then execute your program from mapthe mapped network drive

ex:

c:\net use z: \test-pc\share c:\cd z:\share z:\share\setupe.exeg.,

c:\> net use z: \\test-pc\share 
c:\> cd/d z:\share
z:\share> setup.exe

you can create a map network drive using net use command and then execute your program from map network drive

ex:

c:\net use z: \test-pc\share c:\cd z:\share z:\share\setup.exe

You can create a map network drive using net use command and then execute your program from the mapped network drive

e.g.,

c:\> net use z: \\test-pc\share 
c:\> cd/d z:\share
z:\share> setup.exe
Source Link

you can create a map network drive using net use command and then execute your program from map network drive

ex:

c:\net use z: \test-pc\share c:\cd z:\share z:\share\setup.exe