Launch works with RB 5.5.5.

Try something along these lines:

  Dim YourDOSProgram as FolderItem
  
  YourDOSProgram = GetFolderItem("C:\YourDOSProgram.exe")
  
  YourDOSProgram.Launch

Also note that if you place your DOS program in the same folder as your RB
application or an RB project that has been saved, you can use this:

  Dim YourDOSProgram as FolderItem
  
  YourDOSProgram = GetFolderItem("YourDOSProgram.exe")
  
  YourDOSProgram.Launch

HTH

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to