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 derfloh 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: *

  • Users: gps1979
  • Content: Threads
  • Order by date
  1. gps1979

    Date/Time stamp in Perl

    Hi Guys, I have a following script where I am redirecting my script's output to a log file with date/time stamp: @echo on FOR /f "tokens=2-4 delims=/ " %%a in ('DATE/T') do SET mydate=%%c-%%a-%%b FOR /f "tokens=1-2 delims=: " %%a in ('TIME/T') do SET mytime=%%a-%%b perl ControlScan.pl >...

Part and Inventory Search

Back
Top