PDA

View Full Version : Vista O2 Issue Fix



armatech
Feb 6 2008, 11:12
OK i have found that on vista fro some reason the tools will only work if you reinstall the tools after reboot after a bit of playing around with every thing i found this simple fix for the restart issue
open (Edit)
C:\Users\(your user-name)\Documents\ArmAWork\mapdisk.bat
and change to this
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">
@<hidden> off
subst p&#58; /D
subst p&#58; &#34;C&#58;&#92;Users&#92;&#34;%username%&#34;&#92;Documents&#92;ArmAWork&#34;
[/QUOTE]

Note:
Change (your user-name) to your PC&#39;s login name
What this dose is remove the old P:/ and recreate it
i have no clue why it fixes it but it dose enjoy
You need to right click
C:&#92;Users&#92;(your user-name)&#92;Documents&#92;ArmAWork&#92;mapdisk.bat
and run as admin