| View previous topic :: View next topic |
| Author |
Message |
bmanor
Joined: 10 Oct 2005 Posts: 1
|
Posted: Mon Oct 10, 2005 3:17 pm Post subject: |
|
|
When I try to create a service that use an exe file I just converted using the Batch File Compiler, it will not start. Here is what I have tried:
| Code: | | sc create notepad binpath= "c:\windows\system32\notepad.exe" |
This works and starts with no problem but if I write a bat file and convert it that has
in it and then use the following code to create a service | Code: | | sc create notepad binpath= "C:\Docume~1\bwm5863\Desktop\not.exe" | it will not start.
Any help would be appreciated. |
|
| Back to top |
|
 |
|
|
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Thu Oct 13, 2005 4:11 pm Post subject: |
|
|
| What's QuickBFC version you have? I tested your example with v2.0.7.1 and it work. |
|
| Back to top |
|
 |
|