Previous | Next | Contents | Index |
Open the specified mail file.
SET FILE mail-file-spec
SHOW FILE
Command Qualifiers Defaults None. None.
mail-file-spec
Required parameter specifying the mail file to open.
The
SET FILE
command opens the specified mail file, closing any currently open mail file if necessary. Your default mail file isMAIL.MAI
. Use theSET FILE
command to open other mail files created with theCOPY
,FILE
, orMOVE
commands.You may use the
SHOW FILE
command to determine which mail file, if any, is currently open.Note that if you are not in your default mail file when you issue any of the commands
DIRECTORY/NEW
,READ/NEW
, orSELECT/NEW
then the current mail file will be closed and your default mail file opened.
In this example, all of the messages from the
JOKES
folder are moved to the folderJOKES
in the new mail fileJOKES.MAI
. TheSET FILE
command is then used to close the current mail file and openJOKES.MAI
.
EMAIL> SET FOLDER JOKES EMAIL> MOVE/ALL JOKES JOKES.MAI File D1:[BOB]JOKES.MAI; does not exist. Do you want to create it (Y/N, default is N)? Y EMAIL> SET FILE JOKES.MAI
Previous | Next | Contents | Index |