I can try only now
My question is different from Barry Jackson
How start project having a  curdir to project dir instead having to desktop?
In Xmate i work setting curdir to home
The problem is not in how be created executable but how be executed
Now is:
g:\clip52\lavori\massimo\arca\curd.exe
istead i need a way for
g:
cd \clip52\lavori\massimo\arca\
curd.exe


for What be used hbide_workingfolder?
Seem Not work
-----------------Follow my curd.hbp
-3rd=hbide_version=1.0
-3rd=hbide_type=Executable
-3rd=hbide_title=curd
-3rd=hbide_location=G:\clip52\lavori\massimo\arca\
-3rd=hbide_workingfolder=
-3rd=hbide_destinationfolder=G:/CLIP52/LAVORI/MASSIMO/ARCA
-3rd=hbide_output=curd
-3rd=hbide_launchparams=
-3rd=hbide_launchprogram=
-3rd=hbide_backupfolder=
-3rd=hbide_xhb=YES
-3rd=hbide_xpp=NO
-3rd=hbide_clp=NO

-oG:\clip52\lavori\massimo\arca\curd
-GUI
-lGTWIN
curd.prg
------------- curd.prg
func MAIN
  ?  curdir()   // display documents and setting\bel\desktop
               // istead of G:\clip52\lavori\massimo\arca\
 WAIT TO MAX
 return

2010/5/17 Pritpal Bedi <bediprit...@hotmail.com>:
>
>
> Massimo Belgrano wrote:
>>
>> Problem SEEM persist
>>
>> CURD.EXE IS GENERATED AT  g:\clip52\lavori\massimo\arca
>>
>> IMO if compiledcurd.hb-3rd=hbide_workingfolder cd is required
>>
>>
>> ----CURDIR.HBP
>> -3rd=hbide_version=1.0
>> -3rd=hbide_type=Executable
>> -3rd=hbide_title=curd
>> -3rd=hbide_location=G:/CLIP52/LAVORI/MASSIMO/ARCA
>> -3rd=hbide_workingfolder=
>> -3rd=hbide_destinationfolder=g:\clip52\lavori\massimo\arca
>> -3rd=hbide_output=curd
>> -3rd=hbide_launchparams=
>> -3rd=hbide_launchprogram=
>> -3rd=hbide_backupfolder=
>> -3rd=hbide_xhb=YES
>> -3rd=hbide_xpp=NO
>> -3rd=hbide_clp=NO
>>
>
> Please follow a previous thread by Barry Jackson.
> OR
> Include a flag in .hbp ( manually or via <Flags> tab )
>   -oG:\clip52\lavori\massimo\arca\curd
>
>
-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to