FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour UES AutoRun
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
UES AutoRun
Posted: Thu Jan 06, 2011 08:27 PM
Hi,

I don´t like compile (shift+f8) and later(shift=12) to run.

So i did a changes in script compile, maybe other friend can use it.

I will show how do it.

1- Open your script compiler.
My file stay here:
Code (fw): Select all Collapse
( C:\Program Files\IDM Computer Solutions\UEStudio\configs\xHarbour\xHarbour )


2 - Add this line inside of group [ Settings ]
Code (fw): Select all Collapse
AutoRun = no|yes


3 - Add this line inside of group [SettingsReps]
Code (fw): Select all Collapse
AutoRun = no=$(NOVALUE)|yes=$T


4 - Add for group [Build] above of Cmd0 this line
Code (fw): Select all Collapse
Cmd1 = $(AutoRun)



It's OK now, you save and you can see it in your compiler options:

Now you can change to YES and when you press shift+f8 will compile and later execute.

:-)
Posts: 21
Joined: Mon Aug 09, 2010 08:58 AM
Re: UES AutoRun
Posted: Sat Jan 08, 2011 04:51 PM

Nice very Helpfull

Posts: 21
Joined: Mon Aug 09, 2010 08:58 AM
Re: UES AutoRun
Posted: Sun Feb 06, 2011 07:21 AM

U see the possibilty if an compling error occurs the Exe dont starts

tx

Continue the discussion