Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Bat File Help with Spaces in Path
Name: taraw3 Date: January 2, 2004 at 10:22:40 Pacific OS: Windows 2000 Professional CPU/Ram: 1.8 1.0
Comment:
I need some help with writing a bat file. Is there any way to have a space in a path? Like \\meridensnap1\isdriver$\Deploy\Programs\Microsoft\Office 2000 Professional\setup.exe ? I know that I could add underscores to the folder names but I didn't know if there was another way to have it read spaces in the Bat file so that the folder names don't have to be changed to Office_200_Professional. You know what I mean? Please help me if you have any ideas. I have tried searching but having had any luck. Thanks! - Tara :)
Summary: when you have spaces in paths, you need to encompas the path with quotation marks. IE - C:\program files\what ever\what ever.exe would need to be "C:\program files\what ever\what ever.exe" ...
Summary: Microsoft article Q239834 gives instructions on how to remove the IPX/SPX protocol with a bat file for WINNT 4.0. It does not work in Windows 2000. Does anyone know how to create a bat file for this r...
Summary: WHen I go to open a file with spaces in its name or the folder its in it tries to open each word as an individual file for example; I want to open '\Purchase Orders\Purchase Order.xls Win 2000 tries...