I have seen references online that state that \'Scheduled Tasks\' in Windows are stored in %SystemRoot%\\Tasks, which I think usually equates to C:\\Windo
For Windows 7 and up, scheduled tasks are not run by cmd.exe, but rather by MMC (Microsoft Management Console). %SystemRoot%\Tasks should work on any other Windows version though.