I have a batch file that a friend created for me for Windows XP. I was able to use it through Windows 7, 8 and 8.1 but I cannot get it to work in Windows 10. I could use some help to make it work in Windows 10.
Here is the file;
@echo off
echo.
echo. Cleaning out the Temp directory
del /f /s /q "%Temp%" 1>c:\DelTemp.txt 2>&1
date /T >>C:\DelTemp.txt
time /T 1:36p >>C:\Users\dvonj\Documents\DelTemp.txt
REM notepad C:\Users\dvonj\Documents\DelTemp.txt
type C:\Users\dvonj\Documents\DelTemp.txt >> C:\Users\dvonj\Documents\DelTemp1.txt
Here is the file;
@echo off
echo.
echo. Cleaning out the Temp directory
del /f /s /q "%Temp%" 1>c:\DelTemp.txt 2>&1
date /T >>C:\DelTemp.txt
time /T 1:36p >>C:\Users\dvonj\Documents\DelTemp.txt
REM notepad C:\Users\dvonj\Documents\DelTemp.txt
type C:\Users\dvonj\Documents\DelTemp.txt >> C:\Users\dvonj\Documents\DelTemp1.txt