python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Trying to start firefox from a batch file (task scheduler) using Windows Powershell, but the window is not appearing
I am trying to run a command in windows powershell that will start a task schedule. Below is the command that I am using:
Start-ScheduledTask -TaskName "pkms task scheduler"
The powershell c...

rheniel ilagan
Votes: 0
Answers: 1
How do I get all the information available from schtasks.exe via PowerShell Cmdlets?
When I use the PowerShell Cmdlet Get-ScheduledTaskInfo on a Windows server I get the following pieces of data
LastRunTime : 22/04/1932 11:30:30
LastTaskResult : 267011
NextRunTime :
...
gerard
Votes: 0
Answers: 1
How to run Firebird gbak backup from Windows scheduler when no user is logged in
On a Windows Server 2012 I have a script to backup our databases using service_mgr.
gbak -b -se localhost:service_mgr ....
It works very well, but we have to use it when no user are logged in the ser...
LEX-DOCTOR APLICACIONES
Votes: 0
Answers: 0
when running vba script, getting error that macro is not available or all macros may be disabled
I have several scripts that were working fine until recently. They were running through a task scheduler and when the task scheduler opens the script it gets the following:
line 20 is this:
'Execute ...
Red
Votes: 0
Answers: 1