Displaying 1 result from an estimated 1 matches for "tickerfiletosimulate".
2006 May 15
1
simple .bat question but i can't find out where to post. my apologies for posting a non R question
...ing a non R question
I have what I think is a simple .bat question but i can't figure out where to post it ( i spent 6 hours looking through tutorials on batch commands but i haven't had success .
Here is my question if anyone wouldn't mind answering :
previously, i was on linux and tickerFileToSimulate was a file that contained a line in the top say "japan".
I had shell script in linux that had the following 2 lines in it.
TICKER_FILE = 'cat tickerFileToSimulate'
file = $TICKER_FILE
in this way, the variable $file was set equal to japan.
I CANNOT find how to do the equivalen...