Pornire programe pe statii in cazul LINUX_TS

Moderator: HAMOR

Post Reply
lorant.santha
Posts: 61
Joined: 08 Dec 2011, 11:11

Pornire programe pe statii in cazul LINUX_TS

Post by lorant.santha »

In cazul sistemelor care ruleaza pe linux/dosemu exista o modalitate de a pornii diferitele aplicatii pe statiile de lucru.
De exemplu se poate porni hSTIRI la pornirea hMENU pe serverul LINUX.
Pornirea se poate efectua cu ajutorul HWTOOLS.
Astfel daca:
- pe statii copiem hSTISRI.EXE in c:\hamor
- pe server in HMENU.BAT, inainte de comenziile de pornire hmenu introducem liniile:

atunci la pornirea hmenu, batchul de pornire va genera un fisier CMD pt hWTools,
care la randul sau va porni aplicatia hSTIRI.

Code: Select all

rem Test actualizare stiri www.hamorsoft.ro
echo [RUN] >  U:\RW\TMP\HSTIRI.CMD
echo MODE=/MIN >> U:\RW\TMP\HSTIRI.CMD  
echo DIRECTORY=C:\HAMOR >> U:\RW\TMP\HSTIRI.CMD  
echo EXE=HSTIRI.EXE >> U:\RW\TMP\HSTIRI.CMD
echo PARAMETERS=u:\RW\DBMENU\ >> U:\RW\TMP\HSTIRI.CMD
move U:\RW\TMP\HSTIRI.CMD U:\RW\SPOOL
In concluzie, in cazul solutiilor pe LINUX_TS se pot porni programe pe statiile Windos folosind hWTools.
Santha Lorant
HAMOR Soft
laszlo.zsigmond
Posts: 41
Joined: 21 May 2012, 12:30

Re: Pornire programe pe statii in cazul LINUX_TS

Post by laszlo.zsigmond »

Dezactivarea avertizarea "This publisher could not be verified"

1. Start > RUN > gpedit.msc
2. User Configuration > Administrative Templates > Windows Components > Attachment Manager
3. Click dublu la "Inclusion list for moderate risk file types"
4. Enable, *.exe;*.bat
Post Reply