Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 10-19-2012, 04:18 AM   #1
roadrunnerm
Junior Member
roadrunnerm began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2012
Device: Windows 7 x64 CPU-duocore 8GB-Ram
Startup Calibre-server on windows 7 x64 profesional

Automatic start Calibre-server.exe on WIndows 7 x64 Profesional

Target was and is to let start Calibre-server.exe on start up from Windows 7
We need 2 things to do

First make a little VBScript se below between the lines===
and save it in the Calibre install directory as Calibre.vbs
'================================================= =======
Set oShell = CreateObject ("Wscript.Shell")
Dim strArgs,strApp
strApp=chr(34)&"C:\Program Files (x86)\Calibre2\calibre-server.exe"&chr(34)
strArgs = "cmd /c "&strApp
'msgbox strArgs
oShell.Run strArgs, 0, false
'================================================= =======

Second make in the register a run command line
Open regedit and go to
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
Make a new key name it Calibre-Server
Give the new key the value of "C:\Program Files (x86)\Calibre2\Calibre.vbs"
Close Regedit and every time Windows start Calibre server will start to whitout any left over MSDos commandline window

You can start the Calibre.vbs also start from Start >> Programs >> Startup or from a task
roadrunnerm is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A Howto: Running Calibre Content server on Windows Startup sherman Calibre 26 02-17-2019 10:37 PM
Calibre Content Server and Windows Home Server 2011 HughMcC Calibre 8 10-01-2014 07:26 AM
Automatic startup of calibre-server on Windows zzmijarevic Calibre 17 04-02-2012 04:26 AM
Calibre crashes in windows on startup Jamz Calibre 12 09-17-2010 02:58 PM
Windows 7 x64 btr94 Calibre 1 09-19-2009 02:58 PM


All times are GMT -4. The time now is 03:04 PM.


MobileRead.com is a privately owned, operated and funded community.