file.copy The command file.copy allows you to copy a file. Syntax: file.copy { source `<Source file>` dest `<Target file>` [err.ignore] } Example Function ScriptBeforeEdit { // Copy file file.copy { source $vdog::myrundirTest.bat dest $def::var1Test.bat } } Last update: September 15, 2023