Jump to content
Korean Random

Как запускать xvm-stat чтобы его не было в панели задач?


Go to solution Solved by seriych,

Recommended Posts

@Nikaforus,

Тоже самое, пробуй так:

sFile = "C:\Program Files\World_of_Tanks\xvm-stat.exe /launcher"
Dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell")
oShell.run """" & sFile & """", 0
Set oShell = Nothing

 

Cценарий: C:\Program Files\World_of_Tanks\test.vbs

Строка:4

Символ:1

Ошибка: Не удается найти указанный файл.

Код 8007002

Link to comment
Short link
Share on other sites

@Nikaforus,А так:

sFile = "C:\Program Files\World_of_Tanks\xvm-stat.exe"Dim oShellSet oShell = WScript.CreateObject ("WSCript.shell")oShell.run """" & sFile & """ /launcher", 0Set oShell = Nothing
Сценарий...

Строка 6

Символ 22

Ошибка: Предполагается наличие окончания инструкции

Код 800А0401

Источник: Ошибка компиляции

 

Причем тест обновы установил на D в Games. Все работает со всеми модами от 8.4)))

 

А тут - хоть убей. Не хочет из програмс файл запускаться

Edited by Nikaforus
Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...