You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 regels
1.8 KiB

1 jaar geleden
9 maanden geleden
9 maanden geleden
1 jaar geleden
9 maanden geleden
9 maanden geleden
9 maanden geleden
  1. move out\EasySpider-win32-x64 out\EasySpider
  2. rmdir /s /Q out\EasySpider\resources\app\chrome_win32
  3. rmdir /s /Q out\EasySpider\resources\app\chromedrivers
  4. rmdir /s /Q out\EasySpider\resources\app\Data
  5. rmdir /s /Q out\EasySpider\resources\app\.idea
  6. rmdir /s /Q out\EasySpider\resources\app\tasks
  7. rmdir /s /Q out\EasySpider\resources\app\execution_instances
  8. rmdir /s /Q out\EasySpider\resources\app\user_data
  9. rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\EasySpider
  10. del out\EasySpider\resources\app\vs_BuildTools.exe
  11. move out\EasySpider ..\.temp_to_pub\EasySpider_windows_x64\EasySpider
  12. rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\Code
  13. mkdir ..\.temp_to_pub\EasySpider_windows_x64\Code
  14. copy ..\ExecuteStage\easyspider_executestage.py ..\.temp_to_pub\EasySpider_windows_x64\Code
  15. copy ..\ExecuteStage\myChrome.py ..\.temp_to_pub\EasySpider_windows_x64\Code
  16. copy ..\ExecuteStage\utils.py ..\.temp_to_pub\EasySpider_windows_x64\Code
  17. copy ..\ExecuteStage\requirements.txt ..\.temp_to_pub\EasySpider_windows_x64\Code
  18. copy ..\ExecuteStage\Readme.md ..\.temp_to_pub\EasySpider_windows_x64\Code
  19. copy ..\ExecuteStage\myCode.py ..\.temp_to_pub\EasySpider_windows_x64
  20. xcopy ..\ExecuteStage\undetected_chromedriver_ES ..\.temp_to_pub\EasySpider_windows_x64\Code\undetected_chromedriver_ES /E /I /Y
  21. xcopy ..\ExecuteStage\.vscode ..\.temp_to_pub\EasySpider_windows_x64\Code\.vscode /E /I /Y
  22. rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\user_data
  23. rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\execution_instances
  24. rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\TempUserDataFolder
  25. mkdir ..\.temp_to_pub\EasySpider_windows_x64\execution_instances
  26. rmdir /s /Q ..\.temp_to_pub\EasySpider_windows_x64\Data
  27. mkdir ..\.temp_to_pub\EasySpider_windows_x64\Data
  28. xcopy .\tasks\* ..\.temp_to_pub\EasySpider_windows_x64\tasks\ /E /I /Y