mirror of https://github.com/GNOME/gimp.git
19 lines
350 B
Batchfile
19 lines
350 B
Batchfile
@REM This file is executed by the GIMP. Do NOT run this yourself.
|
|
@echo off
|
|
mkdir %2
|
|
copy %1\gimprc_user %2\gimprc
|
|
copy %1\unitrc %2\unitrc
|
|
copy %1\gtkrc %2\gtkrc
|
|
mkdir %2\brushes
|
|
mkdir %2\gradients
|
|
mkdir %2\palettes
|
|
mkdir %2\patterns
|
|
mkdir %2\plug-ins
|
|
mkdir %2\modules
|
|
mkdir %2\scripts
|
|
mkdir %2\gfig
|
|
mkdir %2\gflares
|
|
mkdir %2\fractalexplorer
|
|
|
|
pause
|