Portable workspace

Moderator: HAMOR

Post Reply
imre.bodosi
Site Admin
Posts: 456
Joined: 08 Dec 2011, 10:49

Portable workspace

Post by imre.bodosi »

Mediul HAMOR Soft se poate instala pe mediu USB (flash, mobile drive).
Pentru ca mediul sa fie independent de drive, se poate modifica hmenu.bat astfel:

Code: Select all

hMENUe DBMENU\DBMENU %1
if errorlevel 1 goto SFIRSIT
pushd %CD%
start cmd /C tmp\hmenu%STATION%.bat
popd
:CICLU
    hMENUe DBMENU\DBMENU 2%1
    if errorlevel 1 goto SFIRSIT
    pushd %CD%
    start cmd /C tmp\hmenu%STATION%.bat
    popd
goto CICLU
:SFIRSIT
Post Reply