Answer the question
In order to leave comments, you need to log in
1C how to hide the window?
How to run 1C from the Windows Task Scheduler?
There is processing for data exchange, I launched it in the task scheduler via cmd, but no parameters help get rid of the annoying window.
Answer the question
In order to leave comments, you need to log in
Solved the issue using VBScripta
In the user settings, it is necessary to uncheck "Ask for confirmation when closing"
Set v8 = CreateObject("V83.Application")
res = v8.Connect("File=PathToBase;Usr=""Username"";pwd=""Password""")
set extProc = v8.ExternalDataProcessors.Create("PathToFile",false)
extProc.SetData "firstParam", "secondParam"
extProc.Test
set extProc = Nothing
set v8 = Nothing
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question