Previous Topic: preplace Command--Substitute OSIM Parameters in Text Mode FilesNext Topic: decodDat.exe Command--Create a Parameter File With Localized Parameter Values


canet Command-Get Access to OSIM Shares on the Boot Server

Use the canet.exe command to do the following:

Note: There are different versions for win32 and amd64.

This command has the following formats:

Example: Use canet to Get Access to the Operating System Image on a Boot Server Share

This excerpt from a sample Windows XP installation script, winxp.cmd, shows how to use canet to get access to an operating system image on a boot server:

...
canet use s: \\$BootServer$\winxp $LogonPasswd$ /USER:$BootServer$\canonprv
s:
cd \
i386\winnt32.exe /tempdrive:c /syspart:c: /noreboot /unattended:c:\winxp.inf
...

Before you execute this installation script from WinPE, substitute the OSIM parameters.