10 lines
70 B
Batchfile
10 lines
70 B
Batchfile
build %1
|
|
pushd ..\..\dfssvc
|
|
build
|
|
popd
|
|
pushd ..\..\setup
|
|
build
|
|
popd
|
|
|
|
|