Home  Company Profile  Vacancies  Contact us  Sitemap  Disclaimer 
 
 
 
 
 
 
 

Aerospacetest FAQ  [ 1-4 ]

Question 2
Converting all tests from version 4 to version 5 in one go

Answer
  1. Copy the program fcsconv.exe to the folder C:\FcsTests.
  2. Open a DOS-prompt/Command Window
  3. Make sure you're located on the C:\ drive (type C:\)
  4. Type: cd c:\FcsTests
  5. Type: for /D %t in (*.*) do fcsconv -v55 %t
  6. 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 ]