|
@@ -38,7 +38,8 @@ public class ProgramAutoStartUtil {
|
|
|
BufferedWriter out = new BufferedWriter(new FileWriter(file, false));
|
|
BufferedWriter out = new BufferedWriter(new FileWriter(file, false));
|
|
|
String path = file.getAbsolutePath().replace(File.separatorChar + file.getName(), "");
|
|
String path = file.getAbsolutePath().replace(File.separatorChar + file.getName(), "");
|
|
|
|
|
|
|
|
- String command = "CD " + path + "\r\n";
|
|
|
|
|
|
|
+ String command = "title Server Management\r\n";
|
|
|
|
|
+ command += ("CD " + path + "\r\n");
|
|
|
String diskName = path.substring(0, path.indexOf(":") + 1);
|
|
String diskName = path.substring(0, path.indexOf(":") + 1);
|
|
|
command += (diskName + "\r\n");
|
|
command += (diskName + "\r\n");
|
|
|
|
|
|