hi,
How do you make a exe open and run in a different directory in vb6?
so my exe is in the directory
D:\test.exe
and want it to run in the directory
C:\
without copying the file there
drabsch 0 Light Poster
Recommended Answers
Jump to PostVB6 will not allow you to do this, you should look into .Net that allows you to have an AppDomain Shadow Copying that you can run your application from "C:\MyApp\" but the binaries get copied then loaded into a CachePath (which you specify) where your application is actually running. This …
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.