Hi All.
Me Make And Export Task.
New Need Help For scheduled task import .xml .
Line Check Only Run In Win8.
Me Make And Export Task.
New Need Help For scheduled task import .xml .
Line Check Only Run In Win8.
IF @OSBuild >= 9200 Then @OSVersion = "WIN_8" Run(@SystemDir & "\schtasks.exe /Create /XML task.xml", "", @SW_MAXIMIZE) EndIf