|
-
Feb 9th, 2000, 03:01 AM
#1
Thread Starter
Junior Member
I have a small programme used as a launch for a number of other programmes. Mostly it works fine starting the programmes with
Shell "c:\progpath\progname.exe", 1
But one programme fails to start properly.
It starts OK from 'Start programmes ..', from Windows Explorer and from the DOS prompt.
I have checked starting using
retval = Shell("c:\progpath\progname.exe", 1)
if retval=0 etc
no obvious problem.
Anyone any ideas please
Peter Brown
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|