DEFAULTDIR: Default Current Directory

Tools

Compiler, Assembler, Linker, Decoder, Debugger, Librarian, Maker, or Burner

Synonym

None

Syntax
  DEFAULTDIR=<directory> 
  
Arguments

< directory>: Directory to be the default current directory

Default

None

Description

Specifies the default directory for all tools. All the tools indicated above will take the specified directory as their current directory instead of the one defined by the operating system or launching tool (e.g., editor).

Note: This is an environment variable on a system level (global environment variable). It cannot be specified in a default environment file ( default.env).

Specifying the default directory for all tools in the CodeWarrior suite:

  DEFAULTDIR=C:\INSTALL\PROJECT 
  
See also

Current Directory

Global Initialization File (mcutools.ini)