comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: IDL with command line like input, (in EFTS -EUMETSAT)
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL with command line like input, (in EFTS -EUMETSAT) [message #51905] Tue, 12 December 2006 03:48 Go to previous message
Jo Klein is currently offline  Jo Klein
Messages: 54
Registered: January 2006
Member
Hmm - seems your licensing isn't very robust? Things to try:
Add the license info to your batch:
@ECHO OFF
COPY /Y %1 C:\MYDATA.DAT
SET LM_LICENSE_FILE=1700@mylicenseserver
- or -
SET LM_LICENSE_FILE=c:\RSI\LICENSE\LICENSE.DAT

START /WAIT IDLDE @mybatch.pro
COPY /Y C:\MYOUTPUT.DAT %1

If that doesn't help, try START /WAIT CMD /C \path\to\IDLDE @mybatch.pro
instead of the old command, that should give you a properly set up
environment.
Cheers,
Jo
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: idlde called from other scripts
Next Topic: Re: Record keeping

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 12:05:47 PDT 2025

Total time taken to generate the page: 1.36164 seconds