Code: Select all
$HiDriveTempBatchFile = quote("D:\temp\a und b.txt");
msg $HiDriveTempBatchFile;
writefile("D:\temp\a und b.txt", "@Echo off".<crlf>, o, ta);Code: Select all
"D:\temp\a und b.txt"But if I replace the path in the writefile line with the $HiDriveTempBatchFile variable, it isn't working anymore...
Code: Select all
$HiDriveTempBatchFile = quote("D:\temp\a und b.txt");
msg $HiDriveTempBatchFile;
writefile($HiDriveTempBatchFile, "@Echo off".<crlf>, o, ta);
XYplorer Beta Club