Changes between Version 7 and Version 8 of MiscellaneousQuestions
- Timestamp:
- Jun 12, 2009, 5:07:58 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MiscellaneousQuestions
v7 v8 52 52 xcopy /e X:\ ANUGA 53 53 }}} 54 Of course, you could just drag all files on the DVD (X:\ is assumed) to the desired target directory. 54 55 56 Now you must create an environment variable ANUGADATA that points to the directory you just created: 57 {{{ 58 set ANUGADATA=C:\ANUGA 59 }}} 60 Doing the above in the CMD window is temporary - if you open another CMD window you will not have the 61 ANUGADATA environment variable defined. To make the variable permanent you must set it in the 62 '''Settings|Control Panel|System|Advanced''' tool. 55 63 56 64