|
You seem to be using a relative path with quotes: for long filenames you need a dot, or you can form the absolute path "manually". However on Windows NT and later, BAT PIF and CMD are no longer natively executable. Try the ShellExecute API / whatever the .NET FW wrapper is, or you can use the inbuilt Shell "command.com /c batchfile". However in VB.NET you shouldn't be relying on VB6 compatibility namespaces containing hangover aliases, and you also lose some functionality.
|