Deathnerd Posted October 19, 2008 Report Posted October 19, 2008 Ok, so, i ran the mini-server to test it out. Pretty good. Completely forgetting about the stop server batch file, i open the task manager and kill the apache process (i know, noob mistake, but at 4 in the morning, I don't care). Now i am left with a virtual drive that i have no clue how to get rid of. I have looked at the stop server batch file, but i cannot figure out the syntax for removing a drive. Please help! Quote
Ric Posted October 19, 2008 Report Posted October 19, 2008 There are two methods: 1) Restart your PC this removes the virtual drive. 2) If you have manually killed the processes (Apache.exe and mysqld-opt.exe) To kill the virtual drive open a command prompt (start > run type in cmd and click OK) and type the following: subst w: /d Note: If you changed the drive letter replace w: with the one you used. All the bestRic Quote
Deathnerd Posted October 20, 2008 Author Report Posted October 20, 2008 There are two methods: 1) Restart your PC this removes the virtual drive. 2) If you have manually killed the processes (Apache.exe and mysqld-opt.exe) To kill the virtual drive open a command prompt (start > run type in cmd and click OK) and type the following: subst w: /d Note: If you changed the drive letter replace w: with the one you used. All the bestRic thnx, i did the command line command and it worked like a charm Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.