Guest User

Untitled

a guest
Aug 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @echo off
  2. setlocal enabledelayedexpansion
  3.  
  4. set FPATH=C:\Users\%USERNAME%\Desktop\result.txt
  5.  
  6. echo %date% %time%>> %FPATH%
  7.  
  8.  
  9. 《任意の処理》
  10.  
  11.  
  12. endlocal
  13.  
  14. exit
Add Comment
Please, Sign In to add comment