hello all -
I have a bat filr that is used as input for an ftp process. a file is put out every day and I need to get just that days file. I use a simple pl/sq to get the date and put it in the proper format in a var called currdt1
this line is giving me the problem:
echo get bill%currdt1%.TXT >> daliyftp.inp
the result i am getting is:
bill20051004 .txtso no file is found.
this was working fine against a sql server db, but now vs oracle, i get all these extra chars...
any suggestions? can i do something like &trim(currdt1)%