#---------------------------------------------------------------------- # # Command file for batchprocess utility # # This command file was originally copied from $(MS_DATA)cmdfiletemplate.txt. # Command file information: # - Lines that start with the '#' character are treated as comments and ignored. # #---------------------------------------------------------------------- # # To use this script, the user must modify the uncommented "VBA Run" line below by # replacing the "PlaceLevelNameToMoveFrom" and "PlaceLevelNameToMoveTo" with the # appropriate level names. The level names must be separated by a comma. # # The "MoveDataOnLevelToNewLevel.mvba" macro contains 2 additional macros that are # run outside of the script. # # "SaveErrorReport" allows the user to save the error data that is stored within the # macro for review. # # "ClearErrorReport" clears the error data stored within and should be run between # runs of the script. Should the script be run without clearing the error data, # the data would continue to accumulate for each run of the script. Each error record # is dated and time stamped to allow for runs to be seperated by date and time if # necessary. # # # To move multiple levels, copy the uncommented "VBA Run" line for each level to be # moved and edit to achieve the appropriate action. # # # To reuse the modified script, save the file OUTSIDE of the workspace to avoid being overwritten. # # VBA Run [MoveDataOnLevelToNewLevel]Module1.MoveElementsFromOldLevelToNewCL PlaceLevelNameToMoveFrom, PlaceLevelNameToMoveTo VBA Run [MoveDataOnLevelToNewLevel]Module1.MoveElementsFromOldLevelToNewCL PlaceLevelNameToMoveFrom, PlaceLevelNameToMoveTo