blob: d5f6d6e9b6a6f28d734abb272fef7f9358bd6ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
set Drive=%~d0
set SourceDir=%~dp0
for %%a in (%SourceDir:~0,-1%) do set "SourceDir=%%a"
set DropDir=%Drive%\Dropbox
set StableInstDir=%SourceDir%\tools\installer_ng_stable
set GetIt=%StableInstDir%\Tools\wget.exe
set Arch=%Drive%\Arch64
set ArchPdb=%Drive%\ArchPdb64
set ArchDistr=%Drive%\ArchDistr
set Errors=..\z_Errors64.txt
set NoErrors=..\z_No_Errors64.txt
set CompressIt=%SourceDir%\tools\7-zip\7z.exe
set ZipIt=%SourceDir%\tools\7-zip\7z.exe a -r -tzip
set WinSCP=%SourceDir%\tools\WinSCP\WinSCP.com
|