You are hereDOS / DOS
DOS
kb23: DOS shell commands cannot be run directly from Longitude actions
DOS internal commands are loaded from command.com when the OS is booted, and stored in system memory. These internal commands (e.g. DIR, DATE, ECHO, COPY, DEL, etc.) cannot be executed directly from Longitude actions. To execute DOS internal commands from Longitude actions, either create a batch script or precede the command with cmd /C as in: cmd /C DIR