Difference between revisions of "SET DEFAULT"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Specify default device name and directory on which files will be searched for and stored
+
Specify default directory in which files will be searched for and stored
 
+
  
 
==Syntax==
 
==Syntax==
SET DEFAULT TO [<device name>] [<path-name>]
+
SET DEFAULT TO [<directory>]
 
+
  
 
==See Also==
 
==See Also==
[[DEFAULT()]], [[SET DATADIR]], [[SET DIRECTORY]], [[SET PATH]], [[SET VIEW]]
+
[[DEFAULT()]], [[SET DATADIR]], [[SET DIRECTORY]], [[SET PATH]]
 
+
  
 
==Description==
 
==Description==
The SET DEFAULT command allows you to specify the device and directory where all files will be searched for and stored.  The <device name> is the name of the device that you wish to be the default device.  By default, files are searched for and stored in the current working directory.  The SET DEFAULT TO command without a <path-name> returns you to the device and the directory that was originally active.
+
The SET DEFAULT command allows you to specify the directory where all files will be searched for and stored.  The SET DEFAULT TO command without a <directory> returns you to the directory that was originally active.
 
+
  
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
set default to /usr/accounts/</code>
+
set default to C:\Users\MyUser\AppData\Local\Temp\
 
+
</code>
==Products==
+
Recital Server, Recital
+
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 
[[Category:Set_Commands|DEFAULT]]
 
[[Category:Set_Commands|DEFAULT]]
[[Category:Environment]]
 
[[Category:Environment Set Commands]]
 

Latest revision as of 13:34, 19 May 2014

Purpose

Specify default directory in which files will be searched for and stored

Syntax

SET DEFAULT TO [<directory>]

See Also

DEFAULT(), SET DATADIR, SET DIRECTORY, SET PATH

Description

The SET DEFAULT command allows you to specify the directory where all files will be searched for and stored. The SET DEFAULT TO command without a <directory> returns you to the directory that was originally active.

Example

set default to C:\Users\MyUser\AppData\Local\Temp\