Shell command and long filenames 
Author Message
 Shell command and long filenames

I have no problems using spaces in file paths.
  are you sure your syntax is correct? What version of VB are you using?
This works for me:

Private Sub Command1_Click()
Dim Z As Long
Z = Shell("C:\Program Files\Plus!\Themes.exe, vbNormalFocus)
End Sub

No Problems...
Alvin Cartuyvels
Internet Manager
Printer's Repair Parts
http://www.*-*-*.com/



Mon, 02 Jul 2001 03:00:00 GMT  
 
 [ 8 post ] 

 Relevant Pages 

1. Filename longer than one word with shell command

2. Help with long filenames and the shell command.

3. shell with long filename as param?

4. Command() does not give long filenames?

5. Command$ not sending long filenames

6. Passing long filenames on command line

7. SHORT filename to LONG filename???

8. Passing long string of text via the Shell Command

9. Short Filename to Long Filename ???

10. Long Filename -> Short Filename

11. SHORT filename to LONG filename???

12. Convert long filenames to short filenames

 

 
Powered by phpBB® Forum Software