Displaying 1 result from an estimated 1 matches for "ticker_fil".
Did you mean:
ticker_file
2006 May 15
1
simple .bat question but i can't find out where to post. my apologies for posting a non R question
...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 equivalent in a .bat file on windows XP.
if someone could give me a place to post or tell me how to do it, it would be really great and again i am sorry f...