407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 5760)

Command Line Parameters and Contact Managers

This information applies to :

Article ID
5760

Created/Updated
July 16, 2008

Category


Are you using the most current release of QuoteWerks?
Version 24.0 Build 2
Question:
Can I log into QuoteWerks without having to type my username and password?

Answer:
The following command line parameters can be used from wihin your contact manager. This will launch QuoteWerks and create a new document (specified) and bring in the current contact in your Contact Manager.

Quote
c:\program files\quotewerks\qw4.exe /u:"UserName" /p:"Password" /n:q /c:3 /t:1

Order
c:\program files\quotewerks\qw4.exe /u:"UserName" /p:"Password" /n:o /c:3 /t:1

Invoice
c:\program files\quotewerks\qw4.exe /u:"UserName" /p:"Password" /n:i /c:3 /t:1


For More Advanced Users:

Since ACT! does not allow for multiple command line parameters, the following may be helpful:

Create a "vbs" file (e.g. 'qw.vbs') with the following code:

Set WshShell = CreateObject("WScript.Shell")
WshShell.Run("c:\program files\quotewerks\qw4.exe /u:""Username""
/p:""Password"" /n:q /c:3 /t:1")

Then specify the vbs file as the command line in the custom command dialog
in ACT!

New Search