3. How to Create a Folder in STATA

Описание к видео 3. How to Create a Folder in STATA

Creating a folder in Stata is a straightforward process. Here's how you can do it step-by-step:

1. Open Stata and navigate to the location where you want to create the folder. You can do this by using the `cd` command followed by the path to the desired location.

2. Once you're in the desired location, type the following command into the Stata command window:

```stata
mkdir folder_name
```

Replace `folder_name` with the name you want to give to your new folder. For example, if you want to create a folder called "Data", the command would be:

```stata
mkdir Data
```

3. Press Enter, and Stata will create the folder in the specified location.

cd "D:\GDRI\Documents of On-going Projects\IVR_High School project\Endile_Documents\Assessment question"
shell mkdir "Data"
global Data "Data"
shell mkdir "Report"
global Report "Report"
shell mkdir "clean data"
global clean_data "clean_data"
shell mkdir "Mother"
global Mother "Mother"

Комментарии

Информация по комментариям в разработке