6-18 Maintenance
(1) Insert the DVD-R labeled as "WS400 Series Control Program (DVD-R for loading
on the hard disk)" in the DVD-ROM drive of the PC.
(2) Insert an empty floppy disk in the floppy disk drive. (Prior to insertion, affix a label
inscribed with "Startup Disk for WS400 Series Control Program" to the disk.)
(3) Using Windows Explorer or My Computer, double-click on
BOOTDISK\NETBOOT\MAKEFD.BAT in the DVD-R.
(4) A command prompt screen appears to indicate the progress of floppy creation by
%. At the completion, the command prompt screen automatically closes.
(5) Open A:\Autoexec.bat in the floppy disk by a text editor. Search for the
description "FSERVER=PCNAME" and replace PCNAME with the "name of the
PC" connected to the WaveSurfer. (See Figure 6.2.)
@ECHO OFF
::------------------------------------------------------------
:: Server name
set FSERVER=
PCNAME
::↑ Replace the underlined part with the PC name of the server.
::------------------------------------------------------------
REM [Autoexec.bat : Created by ClientBuilder
PATH = a:\;a:\Net\
prompt $p$g
cd net
net initialize /dynamic
netbind.com
tcptsr.exe
tinyrfc.exe
net start basic
net use Z:
\\%FSERVER%\FW
echo off
PATH =
%PATH%;Z:\TOOLS\BUILDER\;Z:\TOOLS\DISK\;Z:\TOOLS\REC
OVER\
cd ..\
@ECHO
=================================================
@ECHO waveSurfer hard disk update program version 1.0.0
@ECHO (Using network connection)
@ECHO
=================================================
@ECHO Menu
@ECHO 1. Updates both drives (C: and D:) and recovery area.
@ECHO 0. Exit
PROMPT Select number:
Figure 6.2 Autoexec.bat