English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am programming an interface for a program and I want to run the setup file throgh the autorun program I'm creating.

Please help me as fast as you can.

2006-07-14 03:26:43 · 3 answers · asked by moon's shadow 2 in Computers & Internet Programming & Design

3 answers

You can shell it. Look at the example below.

shell("C:\AppName.exe", NormalFocus)

Check out the site below for free code.

2006-07-14 03:31:14 · answer #1 · answered by Mr. Me 3 · 9 2

sub OpentextFileFromButton ' Insert your own code to go with the textual content record dim fso as Scripting. FileSystemObject, fl as TextStream dim textFile as string, textContents as string set fso = new Scripting.FileSystemObject textFile = [direction and call of chosen record set fl = fso.OpenTextFile ( textFile, ForReading ) textContents = fl.ReadAll fl.close set fl = not some thing set fso = not some thing end sub

2016-11-02 01:23:45 · answer #2 · answered by ? 4 · 0 0

Use a bootstrapper to run your file. Look in MSDN under Bootstrapper how to create it. Sorry it's to long to write it down here

Helmut

2006-07-14 03:32:29 · answer #3 · answered by hswes 2 · 0 0

fedest.com, questions and answers