Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EXE problem
Message
 
To
14/08/2001 20:31:51
Gil Munk
The Scarborough Group, Inc.
Baltimore, Maryland, United States
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00543696
Message ID:
00543933
Views:
24
Did you determine the Operating System because there are some differences using the RUN Command for ex.:

*RUN /N7 gives an RUN Error under WINNT and WIN2K
local lcRun
if atc("windows nt",os())#1 .and. atc("windows 5",os())#1
*WIN9X, WINME
lcRun = "run /N7 start mailto:marvin.blase@isenberg.de"
else
*WINNT, WIN2K
lcRun = '!cmd /C"start mailto:marvin.blase@isenberg.de"'
endif
&lcRun

Hope this helps.
Greetings from Germany
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform