Search found 3 matches

by aceallways
Thu Dec 04, 2014 3:39 am
Forum: Windows OS
Topic: Execute .vbs files?
Replies: 1
Views: 2388

Execute .vbs files?

Hi guys, So I finally got Execute working with .bat files, but I want no command window so I was going to have a .vbs pass the parameters on to a .bat. This is my vbs file: Set oShell = CreateObject ("Wscript.Shell") Set args = WScript.Arguments Dim strArgs Dim path path = ""&quo...
by aceallways
Wed Dec 03, 2014 11:29 pm
Forum: Windows OS
Topic: Can't Use Excecute Plugin
Replies: 3
Views: 2749

Re: Can't Use Excecute Plugin

OK after messing with this for 30 minutes, I finally quit deluge and reopened it and it works now.

Thanks!

Now I am trying to get this to run hidden. I can do so with a .vbs but those don't seem to launch with execute? Any other ways to get the command window hidden?
by aceallways
Wed Dec 03, 2014 11:21 pm
Forum: Windows OS
Topic: Can't Use Excecute Plugin
Replies: 3
Views: 2749

Can't Use Excecute Plugin

I read a thread about someone who could not get .bat files to run and he solved it but putting them into the deluge folder. I have done so, but they still will not run. I am just using the test.bat to test. If it helps, all the bat does is this: "C:\Program Files\chp\chp.exe" "C:\Prog...