Guest User

Untitled

a guest
Jan 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. @echo off
  2. set LOGFILE=batch.log
  3. call :LOG > %LOGFILE%
  4. exit /B
  5. cd "C:UsersmeScriptPy"
  6. :LOG
  7. for /F "usebackq delims=|" %%i in (`dir /b "C:UsersmeScriptPy"`) DO "dir1" "%%i"
  8. ONEATTIME.bat > output_filename.txt
  9. start "" cmd /c "end(&pause
  10.  
  11. @echo off
  12. set LOGFILE=batch.log
  13. call :LOG > %LOGFILE%
  14. exit /B
  15. cd "C:UsersmeScriptPy"
  16. :LOG
  17. start "dir1" call "C:UsersmeScriptPy1.py"
  18. sleep 300
  19. start "dir1" call ""
  20. sleep 300
  21.  
  22. start "" cmd /c "all started(&pause
Add Comment
Please, Sign In to add comment