SET DSZLOG=c:\va\DSZ.LOG rem get vpktsend.zip unzip it in your main vadv directory run vpktsend.exe rem tell it network# 1 node number 1 inet address vnet@vtdl.net rem to edit it after the setup screens use "vpktsend.exe edit" to change settings rem this creates a zip file in your virtualnet directory that we send to @1 vpktsend.exe rem change to your virtualnet directory cd \va\vnet rem caution the following lines pack up any zip file in your virtualnet dir rem for transport to @1 as a network packet ren create a directory in your virtualnet directory called out\0000.001 for %%T in (*.zip) do if not exist z0000000.001 rename %%T z0000000.001 if not exist c:\va\vnet\out\0000.001\z0000000.001 move z0000000.001 c:\va\vnet\out\0000.001