9 lines
455 B
Batchfile
9 lines
455 B
Batchfile
@echo OFF
|
|
rem -- You must complete the following line. FGLDIR must be set to the home directory of the DVM --
|
|
set FGLDIR=C:\Program Files\FourJs\Genero Studio\fgl
|
|
set FGLPROFILE=%FGLDIR%\etc\fglprofile
|
|
rem -- Warning: We add the lib directory to resolve user extension dependencies --
|
|
rem -- when an IMPORTED DLL uses another DLL provided in FGLDIR\lib. --
|
|
set PATH=%FGLDIR%\bin;%FGLDIR%\lib;%PATH%
|
|
set IMAGENNOMINA =d:\reporte\imagenes\productos
|