Re: [DOS]/DOS query perhaps OT

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 47023
interpreted = N
texte = That doesn't come up with an error, but does nothing.I typed that straight into the DOS prompt on the server, and it worked.... so basically the only thing different is that the one called by the WebDNA [DOS] context has: path=c:\program files\imagemagick-5.5.3-q16 at the beginning of it (and it doesn't do anything). ;-)Do you think I'd be wasting my time putting the application on the same D partition as the website?Regards, Tim -- Tim Robinson IDFK Web Developments tim@idfk.com.au 114a/40 Yeo Street Neutral Bay 2089 Australia Phone +612 9908 2134 Fax +612 9908 4837> From: Gary Krockover > Reply-To: (WebCatalog Talk) > Date: Tue, 21 Jan 2003 20:08:30 -0600 > To: (WebCatalog Talk) > Subject: Re: [DOS]/DOS query perhaps OT > > Would it then need to be: > > mogrify -size 120x120 d:\intetpub\wwwroot\testing\*.jpg -resize > 120x120 -unsharp 0 +profile * > > ? > > GK > > >> The path= seems to have linked to the exe, so that's progress! Thanks > for >> that. But it's not actually performing the mogrify action. >> >> This is what is displayed: >> d:\inetpub\wwwroot\testing>path=c:\program files\imagemagick-5.5.3-q16 >> mogrify -size 120x120 *.jpg -resize 120x120 -unsharp 0 +profile * >> >> I must need to direct it to the original directory... >> >> Regards, >> Tim >> -- >> Tim Robinson >> IDFK Web Developments >> tim@idfk.com.au >> 114a/40 Yeo Street >> Neutral Bay 2089 >> Australia >> Phone +612 9908 2134 >> Fax +612 9908 4837 >> >>> From: Gary Krockover >>> Reply-To: (WebCatalog Talk) >>> Date: Tue, 21 Jan 2003 19:42:47 -0600 >>> To: (WebCatalog Talk) >>> Subject: Re: [DOS]/DOS query perhaps OT >>> >>> I think you'd want to run a path to the location of mogrify.exe (or > ..com, >>> which ever it is) and then run the command, something like: >>> >>> path=c:\progra~\imagem~ >>> mogrify [parameters] >>> >>> The ~ is of course the truncated directory name, where DOS chops off > after >>> the 6th character, so progra~ would be program files. >>> >>> Though I've never used imagemagik and my DOS is probably more than > rusty.... >>> >>> GK >>> >>> >>>> I've never actually used [DOS] before and if someone could point out >>>> something obvious that would be great. I'm trying to get ImageMagick >>> running >>>> on Windows. >>>> >>>> I'm trying to use the [DOS] context to mogrify the images in the > directory >>>> when the HTML page is, so I have: >>>>
>>>> [DOS]mogrify -size 120x120 *.jpg -resize 120x120 -unsharp 0 +profile> *>>>> [/DOS]>>>> 
>>>> >>>> but the result says: >>>> 'mogrify' is not recognized as an internal or external command, >>>> operable program or batch file. >>>> >>>> If I bring up the Command prompt on the server itself, and type in >>> mogrify, >>>> it recognises it (although I'm not sure how to specify which directory > I >>>> want done). Any help greatly appreciated. >>>> >>>> PS. I'll never complain about the WebCatalog docs again after trying to >>> make >>>> head or tail of the ImageMagick docs.... >>>> >>>> Regards, >>>> Tim >>>> -- >>>> Tim Robinson >>>> IDFK Web Developments >>>> tim@idfk.com.au >>>> 114a/40 Yeo Street >>>> Neutral Bay 2089 >>>> Australia >>>> Phone +612 9908 2134 >>>> Fax +612 9908 4837 > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: [DOS]/DOS query perhaps OT (Tim Robinson 2003)
  2. Re: [DOS]/DOS query perhaps OT (Alain Russell 2003)
  3. Re: [DOS]/DOS query perhaps OT (Tim Robinson 2003)
  4. Re: [DOS]/DOS query perhaps OT (Gary Krockover 2003)
  5. Re: [DOS]/DOS query perhaps OT (Gary Krockover 2003)
  6. Re: [DOS]/DOS query perhaps OT (Tim Robinson 2003)
  7. Re: [DOS]/DOS query perhaps OT (Tim Robinson 2003)
  8. Re: [DOS]/DOS query perhaps OT (Gary Krockover 2003)
  9. Re: [DOS]/DOS query perhaps OT (Jay Van Vark 2003)
  10. [DOS]/DOS query perhaps OT (Tim Robinson 2003)
That doesn't come up with an error, but does nothing.I typed that straight into the DOS prompt on the server, and it worked.... so basically the only thing different is that the one called by the WebDNA [DOS] context has: path=c:\program files\imagemagick-5.5.3-q16 at the beginning of it (and it doesn't do anything). ;-)Do you think I'd be wasting my time putting the application on the same D partition as the website?Regards, Tim -- Tim Robinson IDFK Web Developments tim@idfk.com.au 114a/40 Yeo Street Neutral Bay 2089 Australia Phone +612 9908 2134 Fax +612 9908 4837> From: Gary Krockover > Reply-To: (WebCatalog Talk) > Date: Tue, 21 Jan 2003 20:08:30 -0600 > To: (WebCatalog Talk) > Subject: Re: [DOS]/DOS query perhaps OT > > Would it then need to be: > > mogrify -size 120x120 d:\intetpub\wwwroot\testing\*.jpg -resize > 120x120 -unsharp 0 +profile * > > ? > > GK > > >> The path= seems to have linked to the exe, so that's progress! Thanks > for >> that. But it's not actually performing the mogrify action. >> >> This is what is displayed: >> d:\inetpub\wwwroot\testing>path=c:\program files\imagemagick-5.5.3-q16 >> mogrify -size 120x120 *.jpg -resize 120x120 -unsharp 0 +profile * >> >> I must need to direct it to the original directory... >> >> Regards, >> Tim >> -- >> Tim Robinson >> IDFK Web Developments >> tim@idfk.com.au >> 114a/40 Yeo Street >> Neutral Bay 2089 >> Australia >> Phone +612 9908 2134 >> Fax +612 9908 4837 >> >>> From: Gary Krockover >>> Reply-To: (WebCatalog Talk) >>> Date: Tue, 21 Jan 2003 19:42:47 -0600 >>> To: (WebCatalog Talk) >>> Subject: Re: [DOS]/DOS query perhaps OT >>> >>> I think you'd want to run a path to the location of mogrify.exe (or > ..com, >>> which ever it is) and then run the command, something like: >>> >>> path=c:\progra~\imagem~ >>> mogrify [parameters] >>> >>> The ~ is of course the truncated directory name, where DOS chops off > after >>> the 6th character, so progra~ would be program files. >>> >>> Though I've never used imagemagik and my DOS is probably more than > rusty.... >>> >>> GK >>> >>> >>>> I've never actually used [DOS] before and if someone could point out >>>> something obvious that would be great. I'm trying to get ImageMagick >>> running >>>> on Windows. >>>> >>>> I'm trying to use the [DOS] context to mogrify the images in the > directory >>>> when the HTML page is, so I have: >>>>
>>>> [DOS]mogrify -size 120x120 *.jpg -resize 120x120 -unsharp 0 +profile> *>>>> [/DOS]>>>> 
>>>> >>>> but the result says: >>>> 'mogrify' is not recognized as an internal or external command, >>>> operable program or batch file. >>>> >>>> If I bring up the Command prompt on the server itself, and type in >>> mogrify, >>>> it recognises it (although I'm not sure how to specify which directory > I >>>> want done). Any help greatly appreciated. >>>> >>>> PS. I'll never complain about the WebCatalog docs again after trying to >>> make >>>> head or tail of the ImageMagick docs.... >>>> >>>> Regards, >>>> Tim >>>> -- >>>> Tim Robinson >>>> IDFK Web Developments >>>> tim@idfk.com.au >>>> 114a/40 Yeo Street >>>> Neutral Bay 2089 >>>> Australia >>>> Phone +612 9908 2134 >>>> Fax +612 9908 4837 > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Tim Robinson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

many-to-one problem (1998) Calendar (1997) WebCat2 Append problem (B14Macacgi) (1997) RequiredFields template (1997) Requiring that certain fields be completed (1997) Problems setting MIME Headers (1998) [lowercase] context? (1999) database size? (1997) Conflicting WebStar Cache Settings? (2000) WebCat2: Items xx to xx shown, etc. (1997) Verbose error reporting (1998) A quickie question (1997) WebCatalog Technical Reference (1997) 5.0 feature request: Sort for ListWords (2001) Frames and WebCat (1997) RE: combining strings (1997) Emailer (1997) Netscape Communicator 4 chops off URLs (was No Data) (1997) MacAuthorize Problem (1998) Running 2 two WebCatalog.acgi's (1996)