Jump to content
Korean Random
vesely

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

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 

Share this post


Link to post

Short link
Share on other sites
@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

Share this post


Link to post

Short link
Share on other sites

@Nikaforus,

А так:

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

Share this post


Link to post

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

Share this post


Link to post

Short link
Share on other sites

Строка 6

Какая строка 6? Их там всего 5.

test2.zip

Share this post


Link to post

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...