UES AutoRun

Post Reply
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

UES AutoRun

Post by lailton.webmaster »

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: Select all

( C:\Program Files\IDM Computer Solutions\UEStudio\configs\xHarbour\xHarbour )
2 - Add this line inside of group [ Settings ]

Code: Select all

AutoRun = no|yes
3 - Add this line inside of group [SettingsReps]

Code: Select all

AutoRun = no=$(NOVALUE)|yes=$T
4 - Add for group [Build] above of Cmd0 this line

Code: Select all

Cmd1 = $(AutoRun)

It's OK now, you save and you can see it in your compiler options:
Image
Now you can change to YES and when you press shift+f8 will compile and later execute.

8)
yeangpumpeng
Posts: 21
Joined: Mon Aug 09, 2010 8:58 am

Re: UES AutoRun

Post by yeangpumpeng »

Nice very Helpfull
yeangpumpeng
Posts: 21
Joined: Mon Aug 09, 2010 8:58 am

Re: UES AutoRun

Post by yeangpumpeng »

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

tx
Post Reply