Difference between revisions of "SET DEFAULT"

From Lianjapedia
Jump to: navigation, search
 
Line 13: Line 13:
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
set default to /usr/accounts/
+
set default to C:\Users\MyUser\AppData\Local\Temp\
 
</code>
 
</code>
  

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\