On Tue, Aug 18, 2009 at 3:30 PM, mayamatakeshi<[email protected]> wrote: > On Tue, Aug 18, 2009 at 3:04 PM, mwilliam > prusty<[email protected]> wrote: >> Hi >> >> I have instaled SIPP In my windows PC. I have downlaoded the XML files >> (uac.xml & uas.xml) from SIPP site & kept in the floowing path >> >> c/programfiles/SIPP >> >> >> In the command prompt i am executing the scripts in the above path >> >> >> When i am giving the command ./sipp -sf uas.xml. >> >> It is throwing error '.' is not recongnized as an internal or external >> >> command,operable program or batch file. > > You should study a little about the Windows command prompt. > Do you know why are you putting "./" in front of "sipp"? > Answer: This is a requirement of Unix/Linux to reference a file in the > current folder. > But in windows you don't need it and actually you cannot use this. So > windows is thinking you are trying to start a program called ".", > which is pretty clear from the message it is throwing at you. > So, just call "sipp -sf uas.xml" and it should work.
Well, if you need it. You can use it this way: .\sipp -sf uas.xml. That's because windows uses the backslash as directory separator. Just tinkering will the command line will answer a lot of questions. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
