Freshman
Registered User.
- Local time
- Today, 21:24
- Joined
- May 21, 2010
- Messages
- 437
Hi all,
I'm trying to create a task straight from the command line using the Shell command instead of first creating a batch file and calling that with the Shell command
I'm sure I have a syntax issue somewhere with all the quotes
Can someone help please?
I'm trying to create a task straight from the command line using the Shell command instead of first creating a batch file and calling that with the Shell command
I'm sure I have a syntax issue somewhere with all the quotes
Can someone help please?
Code:
Shell "C:\Windows\System32\schtasks.exe schtasks /create /tn 'My App' /tr c:\test.txt /sc once /sd 03/12/2015 /st 11:36", vbNormalFocus