Jump to content

PuNiC4

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by PuNiC4

  1. After a while nobody answeriong my question.I started to write a new code.And this was the result. Dim WshShell, oExec, intwarten intwarten = 15000 WScript.Sleep intwarten Set WshShell = CreateObject("WScript.Shell") Set oExec = WshShell.Exec("C:\Datei.exe") And it works
  2. Hello @ all I created a Script that start some Programms after a while when the PC is running.But because im a newbi in Programming there are some mistakes in the Code plz help me. Option Expicit Dim objshell Dim intwarten intwarten = 15000 WScript.sleep intwarten set objshell = Wscript.Create Object(>>WScript.shell<<) objshell.Exec(>>C:\...<<)
×
×
  • Create New...