| 1. |
Solve : HELP MEE!? |
|
Answer» well i need to use DOS to execute a command required to resert the root password on mySQL database. But that is located in a file which has spaces in its name. I cant rename the file with no spaces cause that WOULD mess up the server. And i cant type it in with the spaces because then it just gets the first word and SAYS not an internal command or exteral command. so what do i do to supplement spaces and it will still see at is a directory not just one word. :::G:\Abyss Web Server\database\mysql\bin\mysqld-nt::: thats the locatoinType a ? in the place where the space appears. Sometimes a space is not really a space, it just looks like one. An old DOS trick to keep the uninitiated from accessing a directory was to use alt+256 in the file or directory name. The ? wild CARD means any character that appears in that position.Enclose the complete path spec in "quotes". this makes DOS 7 look for the name in the extended file ATTRIBUTES (SULFNBK.EXE) DIRECTORIES instead of choking on non-8.3 filenames. |
|