GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEV
,
WEBDEV
e
WINDEV Mobile
Inicio
|
Postagens recentes
|
Conecte-se...
|
Desconectar
|
Português
Inicio
→
WINDEV 2024
→
Working with Services/ ShellExec functions: How can I use them as Administrator
Working with Services/ ShellExec functions: How can I use them as Administrator
Iniciado por priv!zn4x5-y8vnFIM-nu11+p1z, nov., 12 2024 7:12 PM - 1 resposta
Conecte-se…
priv!zn4x5-y8vnFIM-nu11+p1z
#1
Publicado em novembro, 12 2024 - 7:12 PM
I am trying to work with Service functions (ServiceStart, ServiceStop) but it appears I do not have permissions to use them. How can I use them as an administrator?
Also, I am trying to run ShellExec and need to do it as an Administrator as well. Is there a way to do that?
Thanks,
Mark
Denunciar
0
0
Andrea Chiadò Piat
#2
Membro registado
60 mensagems
Publicado em novembro, 14 2024 - 10:42 AM
Hello Mark,
take a look at
https://help.windev.com/…
// Start a remote application (advanced use)
AppToStart
is Process
AppToStart
..
Executable
=
"myapp.exe"
AppToStart
..
CommandLine
=
"/SILENT"
AppToStart
..
ExecutionLogin
=
"DOMAIN\USER"
AppToStart
..
ExecutionPassword
=
"mypassword"
ExeRemoteRun
(
AppToStart
,
exeReturnValue
,
"COMPUTER2"
)
WHILE
AppToStart
..
ExecutionInProgress
=
True
Wait
(
100
)
END
Trace
(
AppToStart
..
ReturnValue
)
--
Hope this helps
Andrea
Denunciar
0
0
→ Voltar para WINDEV 2024
WINDEV 25
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 2024
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (versões anteriores)
WINDEV (versões anteriores)
WINDEV (versões anteriores)
WEBDEV (versões anteriores)
WINDEV Mobile (versões anteriores)
Reports & Queries
Off-topic
Ferramentas
Français
English
Español
Portuguesa
Fermer cette fenêtre
Tipo de Pesquisa
Apenas tópicos
Todas as mensagens
Período de pesquisa
Qualquer momento
Última hora
Últimas 24 horas
Semana passada
Mês passado
Ano passado
Cancelar
Pré-visualização da sua mensagem
Adicionar imagem
Importar uma imagem de uma URL
Enviar uma imagem a partir do seu disco
Deixe um ficheiro ou clique em "Procurar ..."
ou
Cancelar
0%
WLanguage
SQL
XML, HTML
JAVA, Javascript
Texto