Execute CL.exe



Hi All,
I need execute cl.exe from comamnd line, like this:
start -> Run... -> (I type 'cmd')

then cmd.exe is opened, then I type 'cl' or 'cl.exe' and cmd return for me
this message:

'cl' is not recognized as an internal or external command, operable program
or batch file.

Why? I have VS.NET 2003 installed and working.

Thanks.


.



Relevant Pages

  • Re: Preventing Sql Injection in Statement
    ... When I execute the following code: ... Dim cn As SqlConnection ... Dim cmd As SqlCommand ... Private Sub Form1_Load(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: stored procedure doesnt run properly in Access
    ... Have you verified that cmd executed successfully? ... How have you verified that the recordset is empty? ... If you execute the stored procedure directly with those ... Yes, via SQL query analyzer, the Sp outputs records. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Secondary buffer - stacks
    ... expected with BASIC Execute. ... CMD = "SELECT CUSTS" ... EXECUTE CMD ... Every time I jump between platforms (Universe, Unidata, QM, D3, jBASE, ...
    (comp.databases.pick)
  • Re: Shell function strange behaviour
    ... The dos shell and Start> Run> cmd use the path environment variable if the ... I need to execute a command call from within Access to ...
    (comp.databases.ms-access)
  • Re: Time out errors
    ... Dim cmd as New SqlCommand ... ' code to execute a stored proc ...
    (microsoft.public.dotnet.languages.vb)

Loading