Aerospacetest FAQ
[ 1-4 ]
Question 2
Converting all tests from version 4 to version 5 in one go
Answer
- Copy the program fcsconv.exe to the folder C:\FcsTests.
- Open a DOS-prompt/Command Window
- Make sure you're located on the C:\ drive (type C:\)
- Type: cd c:\FcsTests
- Type: for /D %t in (*.*) do fcsconv -v55 %t
- This will convert all tests to version 5.5
Note: The converion tool has difficulty with spaces in the name. Rename the test to a name with out spaces and then convert.
[ Back ]
|