invalid command line argument?
Posted: Thu Jan 25, 2007 5:57 pm
We have developed an application that works great when in development we use the executable C:Program FilesRR InfinityRSWRUN.EXE. However when we try to run the program as a user using the executable C:Program FilesReportWorks LiteRSWlite.EXE, we get an error message saying invalid or duplicate command line argument. This is how we build the command line.____ ^Build the Command Line for RO - ReportWriter__ Dim CommandLine As String = ROExe ^Program to Run__ CommandLine &= " /U" TaxConversion.Globals.User.UserID__ CommandLine &= " /P" TaxConversion.Globals.User.PWD__ CommandLine &= " /CS" Server.Name__ CommandLine &= " /TT" ROControl ^control file name__ CommandLine &= " /O" ROStatFile ^output file name____Your help will be much appreciated. Ready to deploy application except for this. Users are excited.____Much thanks.____