User Tools

Site Tools


software:microsoft:windows:taskscheduler

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:microsoft:windows:taskscheduler [2021/05/26 00:20] – [How to run cmd from Task Scheduler] superwizardsoftware:microsoft:windows:taskscheduler [2022/02/12 03:30] (current) – [Shortcut to run Task Scheduler "Task"] superwizard
Line 11: Line 11:
  
 • Close Task Scheduler. Right-click an empty spot on your Desktop and select New > Shortcut. In the Create Shortcut window enter the following text: • Close Task Scheduler. Right-click an empty spot on your Desktop and select New > Shortcut. In the Create Shortcut window enter the following text:
-<file txt temp.txt>    C:\Windows\System32\schtasks.exe /run /TN "marcus\TaskName"+<file txt temp.txt>    
 +    C:\Windows\System32\schtasks.exe /run /TN "marcus\TaskName"
  
     C:\Windows\System32         C:\Windows\System32    
Line 73: Line 74:
  
 Add Arguments Optional:\\   Add Arguments Optional:\\  
-/c ""C:\Users\Public\Downloads\rclone\rclone.exe" sync  --create-empty-src-dirs "F:\Shared" "H:\DriveF\Shared" --log-file="C:\Users\Public\Downloads\rclone\rcloneMxLog.txt"" 
  
 +<file txt temp.txt>
 +/c ""C:\Users\Public\Downloads\rclone\rclone.exe" sync  --create-empty-src-dirs "F:\Shared" "H:\DriveF\Shared" --log-file="C:\Users\Public\Downloads\rclone\rcloneMxLog.txt""
 +</file>
 Note Double quotes\\  Note Double quotes\\ 
  
-if you need to mointor what happens over time, you can use --log-file=mylogfile.txt I'd recommend using it in combination with -vv to get the fullly verbose debug output for troubleshooting Depending on what user you are currently running as the default locations rclone will look for config fil… +if you need to monitor what happens over time, you can use --log-file=mylogfile.txt I'd recommend using it in combination with -vv to get the fullly verbose debug output for troubleshooting Depending on what user you are currently running as the default locations rclone will look for config fil… 
  
 From <https://forum.rclone.org/t/rclone-mount-on-synology-that-doesnt-break-periodically/11546>  From <https://forum.rclone.org/t/rclone-mount-on-synology-that-doesnt-break-periodically/11546> 
  
 Run from bat file\\  Run from bat file\\ 
 +<file txt temp.txt>
      C:\Users\Public\Downloads\RClone\rclone.exe sync --create-empty-src-dirs "C:\Users\adept\Desktop\SoftwareW10\Size Free" \\SERVER1\WSbackup\adept-backup -vv --log-file=C:\Users\Public\Downloads\RClone\rcloneMxLog.txt      C:\Users\Public\Downloads\RClone\rclone.exe sync --create-empty-src-dirs "C:\Users\adept\Desktop\SoftwareW10\Size Free" \\SERVER1\WSbackup\adept-backup -vv --log-file=C:\Users\Public\Downloads\RClone\rcloneMxLog.txt
 +</file>
  
 </WRAP> </WRAP>
software/microsoft/windows/taskscheduler.1621988453.txt.gz · Last modified: 2021/05/26 00:20 by superwizard