cmd: cpy
[contents]

Contents

Syntax

The syntax for the cpy command is:

nift cpy tracked-name new-name
nsm cpy tracked-name new-name

Description

The cpy command is copying tracked files. Surround any names containing spaces with single or double quotes.

Note: you should not do any of the following with names:

  • use tabs;
  • use consecutive spaces;
  • use both single and double quotes;
  • single and double quote the entire string, eg. '"bad idea"'.
Also names cannot contain periods. If you need the output filename to contain periods other than in the extension then use a post-build script to move or copy the built file, or alternatively put everything from the first period onwards in the tracked output extension for the file.