CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: .bat File

  1. #1
    Join Date
    Apr 2011
    Posts
    0

    .bat File

    Hey guys I have created a WebCamFeeder and WebCamDisplayer .. A Video conference if I must call it that using java using JMF...

    I am trying to create a .bat file so that I dont manually have to type in (Java WebCamTransmit) trough command promt on the on client and Server side every single time I want something to run ...

    my .bat files look as follows ...

    cd C:\Program Files (x86)\Java\jdk1.6.0_24\bin
    java AudioTransmitter
    pause

    cd C:\Program Files (x86)\Java\jdk1.6.0_24\bin
    java VideoTransmitter
    pause

    However It never recognises the file in cmd prompt ... Im sure there is a very simple to solution to this or im just being really silly ...


    * Can I combine both those commands into one .bat file so the user can pick option 1/2/3 .. audio or video or both to run respectively ...

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: .bat File

    What file does it not recognize?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured