# JBCSPOOLERDIR
Read Time: 1 minute(s)
Tags: jspooler environment variables
# Description
This environment variable defines the directory where the jBASE spooler entries are located.
# Values
Valid file path.
# Default
$JBCDATADIR/jspooler (UNIX)
%JBCDATADIR\jspooler (Windows)
# Setting
On UNIX it should be set up in the .profile/.bash_profile before the jSHELL is invoked.
On Windows it should also be set before the jSHELL is invoked. If using telnet it should be set before the first executable in remote.cmd.
# UNIX
export JBCSPOOLERDIR=/home/globals/jspooler
1
# Windows
SET JBCSPOOLERDIR=C:\home\globals\jspooler
1
Go Back to Environment Variables