PanoTools mailing list archive

Mailinglist:PanoTools NG
Sender:Erik Krause
Date/Time:2008-Dec-02 21:27:06
Subject:Re: Merging big number of cube faces ?

Thread:


PanoTools NG: Re: Merging big number of cube faces ? Erik Krause 2008-Dec-02 21:27:06
Karol Kwiatek wrote:
> I only want to add two more questions: ;-)
> 
> 1) I created file.bat for this line:
> 
> --snip
> for /L %i in (801,1,803) do PTStitcher -o panorama%i script.txt
> cube1_%i.jpg cube2_%i.jpg cube3_%i.jpg cube4_%i.jpg cube5_%i.jpg
> cube6_%i.jpg
> --snap
> 
> but it works only for 801 (not for 802 and 803). Do I need to add a
> command to make a loop?

If you use the command inside a batch file you must double the %. They
are else interpreted as parameters variables:

--snip
for /L %i in (801,1,803) do PTStitcher -o panorama%i script.txt
cube1_%i.jpg cube2_%i.jpg cube3_%i.jpg cube4_%i.jpg cube5_%i.jpg
cube6_%i.jpg
--snap

Sorry I forgot to mention Fast Transform...

-- 
Erik Krause
http://www.erik-krause.de

------------------------------------

-- 
<*> Wiki: http://wiki.panotools.org
<*> User Guidelines: http://wiki.panotools.org/User_Guidelines
<*> Nabble (Web) http://www.nabble.com/PanoToolsNG-f15658.html
<*> NG Member Map http://www.panomaps.com/ng
<*> Moderators/List Admins: #removed# 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/PanoToolsNG/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/PanoToolsNG/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:#removed# 
    mailto:#removed#

<*> To unsubscribe from this group, send an email to:
    #removed#

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/


Next thread:

Previous thread:

back to search page