- Place the file
data-project-init.bat
in a folder on your machine. - If the folder where you placed the file is not in your user or system PATH, add it.
You can call the script using the full file path. For example:
C:\Users\some-user\data-project-init.bat
If the directory where you saved the script is in your user or system PATH, you can call the script by name:
data-project-init
parent_dir: This is the directory where your project directory will be created. It is the parent directory of the project.
project: The name of your project. The script will create a new folder in parent_dir
with the value provided for the project name and then add the scaffold of folders for the project within that folder.
Usually if you have a file path where there are directories with spaces, you have to wrap that path in double quotes. In this case you don't want to do that. This script isn't complicated enough to be able to figure all that out. Just leave the file path without quotes and go on your way.