wp_enqueue_script & constants?

The value you pass to wp_enqueue_script should be the URL of the script, not the local file path.

wp_enqueue_script('my-script', get_template_directory_uri() . '/my-scripts/my-script.js');