BobbyCode:InstallUtil "C:\APP Code\Service.exe"
|
|
Hi
How can I install a window service with the following:
I got this in a batch file:
Statement 1
c:
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
InstallUtil C:\APP Code\Service.exe
pause
But if failed cos there is a space between APP and Code. However if I change to this, it works:
Stetement 2
c:
cd C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
InstallUtil C:\APP_Code\Service.exe
pause
How to make the first statement work?
Thanks
BobbyCode:InstallUtil "C:\APP Code\Service.exe"
Don't give TypeCasting Errors a chance, turn ON Option Strict!
Greatest Obfuscator ever: EazFuscator (Freeware)
Greatest Reflection Tool ever: .NET Reflector (Freeware) with Add-Ins
Greatest Introspection Tool ever: Gendarme (GPL)
Greatest MySQL FrontEnd ever: MySQL-Front (Shareware), HeidiSQL (GPL)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks