Mapping network drives
If you store programs, data, or resources on a computer other than the one where RICOH ProcessDirector is installed, you must map a directory on that computer as a network drive so that
RICOH ProcessDirector can access it.
- Note:
- On each Windows system that connects to the shared directory, you must copy and edit
the
C:\aiw\aiw1\bin\mountaiwdata_sample.bat
file. Make any necessary changes to the file and save it asC:\aiw\aiw1\bin\mountDrives.bat
to map the shared directory as a network drive whenever RICOH ProcessDirector starts.
RICOH ProcessDirector might need to access these things on a mapped network drive:
- The Folder location and Staging location for Hot folder input devices
- External programs
- Print resources: for example, fonts and form definitions
- Files used by the Inserter features
- Note:
- To access the file system of an inserter controller, you must set up the shared drive from the inserter controller rather than from the primary computer. See the Inserter feature information center for details.
- Go to the
C:\aiw\aiw1\bin
directory on your primary server. - Find the
mountaiwdata_sample.bat
file and make a copy of it. - Rename the copy of the file to:
mountDrives.bat
- Open the
mountDrives.bat
file in a text editor. - Add a line like this:
net use drive: \\hostname\sharename password /user:hostname\Administrator /persistent:yes
- drive
- The letter that you want to assign to the drive.
- hostname
- The host name or IP address of the remote computer.
- sharename
- The name of the shared folder.
- password
- The password that you need to access the shared folder.
- /persistent:yes
- The drive should be mapped whenever the RICOH ProcessDirector system user logs on; that is, whenever RICOH ProcessDirector starts.
- Save the file and exit.
mountDrives.bat
file is called to map network drives whenever RICOH ProcessDirector starts.