-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.cmd
25 lines (24 loc) · 827 Bytes
/
readme.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@cls
@title pixelmator pro tutorial & guide downloader
@echo Readme first
@echo ##################################################
@echo run web/Resources.cmd to download tutorials from
@echo https://www.pixelmator.com/tutorials/
@echo.
@echo when finished, run web/Resources_res.cmd
@echo to download the tutorial's example resources
@echo to local tutorial folder
@echo.
@echo run web/Resources_ytb.cmd
@echo to download the tutorial's video from youtube.com
@echo.
@echo run web/Guides.cmd
@echo to download guides from
@echo https://www.pixelmator.com/support/guide/pixelmator-pro/
@echo.
@echo if you want to setup proxy, open Resources.cmd and Guides.cmd
@echo under "web" folder with notepad++ or other text editor
@echo change the proxy value, for example:
@echo.
@echo @set proxy=http://127.0.0.1:15236
@cd %~dp0web