View Single Post
  #15 (permalink)  
Old 12-12-03, 01:04
CyberLynx CyberLynx is offline
Stuck on my opinions...
 
Join Date: Nov 2003
Posts: 1,487
Rem the On Error Resume Next located within the LaunchApp32 function and see if a message will inorm you of a problem. Other than that...sheeesh I don't know. Should work fine.

If the command line for the application you want to run contains file names (within your variables) and those file names are in the Long Name (Joliet) format then try converting them to Short file name format (i.e.: Myfile~1.scr). Shell doesn't like the long file name format.

Last edited by CyberLynx; 12-12-03 at 01:37.
Reply With Quote