Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to Exit "RUN cmd.exe /C time /t" 1

Status
Not open for further replies.

wsjames

Programmer
Joined
Apr 7, 2003
Messages
50
Location
US
In an attempt to grab DOS time, I've used the "Run cmd.ext /C /t" command. Unfortunately, I have been unable to programmatically exit the (DOS) window it creates. The command apppears to interupt the FP2.6 interface until the DOS window is closed (manually).
 
Try this:

run /n cmd.exe /C time /t

Roger
 
Thank you. That did it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top