Jump to content

making an .avi


tjvoll

Recommended Posts

The problem is that mcp like a unix application expects that its shell will expand wildcard arguments while the Windows DOS shell does not. Which is why mcp works under tcsh but not under DOS. When you do:

prog *.picnc

Under DOS, the program just gets one argument "*.picnc". But if you called it from a unix shell like tcsh, then it gets "1.picnc", "2.picnc", "3.picnc", etc.

dante

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...