Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mrgoodfellow

    Aloha batch file to automatically export hourly reports to CSV

    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
  2. mrgoodfellow

    Aloha batch file to automatically export hourly reports to CSV

    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...
  3. mrgoodfellow

    Aloha batch file to automatically export hourly reports to CSV

    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...

Part and Inventory Search

Back
Top