Search:

Type: Posts; User: idesyl

Search: Search took 0.16 seconds.

  1. Re: Im having problems compiling a very simple .js file to .exe

    For the most part i understand that. what I would like is to have the registry run a .js file in order to open a hidden batch file to perform tasks in the background. the reason i was investigating...
  2. Im having problems compiling a very simple .js file to .exe

    "
    var WindowStyle_Hidden = 0
    var objShell = WScript.CreateObject("WScript.Shell")
    var result = objShell.Run("cmd.exe /c checker.bat", WindowStyle_Hidden)
    "
    this is my code, (i didnt create this...
Results 1 to 2 of 2