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

Home » Public Forums » archive » Re: Passing Batch File Names
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: Passing Batch File Names [message #62284 is a reply to message #62282] Tue, 02 September 2008 10:34 Go to previous messageGo to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
it might be shorter / faster to create a dummy batch file, in its own
file, that calls the real batch file. In your code, you always call the
same batch file, and the only thing you have to do is to write the batch
file name (the one defining your variables) in that pro file. 1 write
statement and your are good!

something like:

openW, lun, 'myDummyBatchFile.pro', /get_lun
printF,lun, '@' + myGoodBatchFile_fileName
close,lun

then in your code
@myDummyBatchFile

Jean
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Singular Value Decomposition in 3 Dimensions
Next Topic: FFT and ROTATE

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

Current Time: Fri Oct 10 09:40:53 PDT 2025

Total time taken to generate the page: 2.32176 seconds