Posted in
Windows Powershell,
Windows Server |
No Comment | 20,897 views | 06/05/2009 23:18
You can add your powershell scripts to Task Scheduler as a cronjob. Just use:
1
| cmd.exe /c "Powershell D:\www\google.com.tr\logs.ps1" |
cmd.exe /c "Powershell D:\www\google.com.tr\logs.ps1"
Simply I used cmd.exe to execute powershell script.