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

Thread: script

  1. #1
    Join Date
    Jan 2003
    Posts
    15

    script

    I have a c program in linux which reads two
    images and save into one image,and how to
    write a script for doing this repeatly?

  2. #2
    Join Date
    Jul 2002
    Location
    India
    Posts
    505
    More info required to find a solution

    What shell are you using?

    Where do you get the input files from? Will you be entering the names thru the keyboard? or do you want to pick up files from the disc. If the files have to be picked up from disk, how to determine which 2 files to pick up? Do they have similar names or something?

    Satish

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