I was reading this thread which explains the rpt.exe batch export in detail but I still can't figure out how to save the export out as a csv file with today's date.
http://www.tek-tips.com/viewthread.cfm?qid=1174178
I found this forum with the batch file solution to getting today's date:
FOR /F “TOKENS=1* DELIMS= ” %%A IN (‘DATE/T’) DO SET CDATE=%%B
FOR /F “TOKENS=1,2 eol=/ DELIMS=/ ” %%A IN (‘DATE/T’) DO SET mm=%%B
FOR /F “TOKENS=1,2 DELIMS=/ eol=/” %%A IN (‘echo %CDATE%’) DO SET dd=%%B
FOR /F...
thread693-1239547
I am attempting to create a batch file for Aloha that will download my daily Hourly report and save it out in a CSV file.
I saw this thread on batch file report printing but I'm not sure what commands I need to set the save as directory and file type.
I would also like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.