The following changes since commit 9b9860651274cfb6e5a367b653e0d465bd89344f: Fix segfault with net io engine and no file/hostname given (2011-12-19 08:57:18 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Bruce Cran (1): windows: use SYSTEMDRIVE instead of hard-coding C: os/windows/fio/FIO.bat | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/os/windows/fio/FIO.bat b/os/windows/fio/FIO.bat index cb3ca86..320043b 100644 --- a/os/windows/fio/FIO.bat +++ b/os/windows/fio/FIO.bat @@ -1,9 +1,9 @@ @echo off -C: +%SYSTEMDRIVE% IF EXIST "%PROGRAMFILES(X86)%" set ROOTDIR=%PROGRAMFILES(X86)%\FIO IF NOT EXIST "%PROGRAMFILES(X86)%" set ROOTDIR=%PROGRAMFILES%\FIO chdir "%ROOTDIR%\bin" bash -c "echo \"Run FIO by typing 'fio'\" && echo \"This is a virtual filesystem: the root directory is $ROOTDIR\" && echo \"In this environment the path separator is '/' not '\\'\" && echo \"The C: drive is available under /cygdrive/c\" && echo \"Examples are in /examples ($ROOTDIR\\examples)\" && echo \"Type 'cd' to change directory and 'dir' (or 'ls') to see directory contents\" && echo \"QuickEdit mode is enabled: copy text by highlighting it and right-clicking\" && echo \"To exit, close the window\" && /usr/sbin/cygserver & 2> /dev/null" -bash --login -i \ No newline at end of file +bash --login -i -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html