Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call a ShortCut...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00870164
Message ID:
00870207
Views:
9
Why can't you use run with paramters?

F.ex using CHM decompiler
* f:\HH -decompile F:\TEMP2 F:\TEMP\aaa.CHM
LOCAL ;
  lcRun, ;
  lcTmpExe

m.lcTmpExe = "F:\HH"
* Hhc.mtempdir - F:\TEMP2
* Hhc.msourcedir - F:\TEMP
* Hhc.mhhcfile - aaa.CHM

m.lcRun = "! /N7 "+;
   m.lcTmpExe+;
   " -decompile "+;
   ADDBS(ALLTR(Hhc.mtempdir))+;
   " "+;
  ADDBS(ALLTR(Hhc.msourcedir))+ALLT(Hhc.mhhcfile)
		          
&lcRun
AT
Previous
Reply
Map
View

Click here to load this message in the networking platform