home *** CD-ROM | disk | FTP | other *** search
/ hackzapple.com / www.hackzapple.com.tar / www.hackzapple.com / phpBB2 / viewtopic.php?p=1199.orig < prev    next >
Text File  |  2010-10-06  |  71KB  |  1,117 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html dir="LTR">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  5. <meta http-equiv="Content-Style-Type" content="text/css">
  6.  
  7. <link rel="top" href="./index.php" title=" Index du Forum" />
  8. <link rel="search" href="./search.php" title="Rechercher" />
  9. <link rel="help" href="./faq.php" title="FAQ" />
  10. <link rel="author" href="./memberlist.php" title="Liste des Membres" />
  11. <link rel="prev" href="viewtopic.php?t=261&view=previous" title="Voir le sujet prΘcΘdent" />
  12. <link rel="next" href="viewtopic.php?t=261&view=next" title="Voir le sujet suivant" />
  13. <link rel="up" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  14. <link rel="chapter forum" href="viewforum.php?f=1" title="REGLES DE BASE DU FORUM" />
  15. <link rel="chapter forum" href="viewforum.php?f=2" title="PRESENTATION DES MEMBRES" />
  16. <link rel="chapter forum" href="viewforum.php?f=3" title="FAQ" />
  17. <link rel="chapter forum" href="viewforum.php?f=24" title="LES VENDEURS DE Q et assimilΘs..." />
  18. <link rel="chapter forum" href="viewforum.php?f=4" title="APPLE II et II+" />
  19. <link rel="chapter forum" href="viewforum.php?f=5" title="APPLE IIe" />
  20. <link rel="chapter forum" href="viewforum.php?f=6" title="APPLE IIc et IIc Plus" />
  21. <link rel="chapter forum" href="viewforum.php?f=7" title="APPLE IIGS" />
  22. <link rel="chapter forum" href="viewforum.php?f=8" title="ITT2020" />
  23. <link rel="chapter forum" href="viewforum.php?f=9" title="BELL & HOWELL" />
  24. <link rel="chapter forum" href="viewforum.php?f=25" title="APPLE I" />
  25. <link rel="chapter forum" href="viewforum.php?f=10" title="APPLE /// et ///Plus" />
  26. <link rel="chapter forum" href="viewforum.php?f=11" title="LISA 1,  2, 2/5,  2/10 et ... XL" />
  27. <link rel="chapter forum" href="viewforum.php?f=12" title="PROBLEMES DIVERS" />
  28. <link rel="chapter forum" href="viewforum.php?f=13" title="PROTECTION MALEFIQUE" />
  29. <link rel="chapter forum" href="viewforum.php?f=23" title="EMULATION" />
  30. <link rel="chapter forum" href="viewforum.php?f=14" title="CARTES COPROCESSEUR" />
  31. <link rel="chapter forum" href="viewforum.php?f=15" title="CARTES MEMOIRE" />
  32. <link rel="chapter forum" href="viewforum.php?f=16" title="CARTES POUR DISQUES" />
  33. <link rel="chapter forum" href="viewforum.php?f=17" title="AUTRES CARTES" />
  34. <link rel="chapter forum" href="viewforum.php?f=18" title="PERIPHERIQUES" />
  35. <link rel="chapter forum" href="viewforum.php?f=19" title="Recherches techniques (hard ou soft)" />
  36. <link rel="chapter forum" href="viewforum.php?f=20" title="ACHATS,VENTES ET/OU ECHANGES" />
  37. <link rel="chapter forum" href="viewforum.php?f=21" title="DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!" />
  38. <link rel="chapter forum" href="viewforum.php?f=22" title="LES PETITS MAUDITS A EVITER" />
  39.  
  40. <title> :: Voir le sujet - Reconstruire une disquette α partir de .NIB</title>
  41. <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  42. <style type="text/css">
  43. <!--
  44. /*
  45.   The original subSilver Theme for phpBB version 2+
  46.   Created by subBlue design
  47.   http://www.subBlue.com
  48.  
  49.   NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  50.   theme administration centre. When you have finalised your style you could cut the final CSS code
  51.   and place it in an external file, deleting this section to save bandwidth.
  52. */
  53.  
  54. /* General page style. The scroll bar colours only visible in IE5.5+ */
  55. body {
  56.     background-color: #E5E5E5;
  57.     scrollbar-face-color: #DEE3E7;
  58.     scrollbar-highlight-color: #FFFFFF;
  59.     scrollbar-shadow-color: #DEE3E7;
  60.     scrollbar-3dlight-color: #D1D7DC;
  61.     scrollbar-arrow-color:  #006699;
  62.     scrollbar-track-color: #EFEFEF;
  63.     scrollbar-darkshadow-color: #98AAB1;
  64. }
  65.  
  66. /* General font families for common tags */
  67. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  68. a:link,a:active,a:visited { color : #006699; }
  69. a:hover        { text-decoration: underline; color : #DD6900; }
  70. hr    { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}
  71.  
  72. /* This is the border line & background colour round the entire page */
  73. .bodyline    { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
  74.  
  75. /* This is the outline round the main forum tables */
  76. .forumline    { background-color: #FFFFFF; border: 2px #006699 solid; }
  77.  
  78. /* Main table cell colours and backgrounds */
  79. td.row1    { background-color: #EFEFEF; }
  80. td.row2    { background-color: #DEE3E7; }
  81. td.row3    { background-color: #D1D7DC; }
  82.  
  83. /*
  84.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  85.   By default this is the fading out gradiated silver background.
  86.   However, you could replace this with a bitmap specific for each forum
  87. */
  88. td.rowpic {
  89.         background-color: #FFFFFF;
  90.         background-image: url(templates/subSilver/images/cellpic2.jpg);
  91.         background-repeat: repeat-y;
  92. }
  93.  
  94. /* Header cells - the blue and silver gradient backgrounds */
  95. th    {
  96.     color: #FFA34F; font-size: 11px; font-weight : bold;
  97.     background-color: #006699; height: 25px;
  98.     background-image: url(templates/subSilver/images/cellpic3.gif);
  99. }
  100.  
  101. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  102.             background-image: url(templates/subSilver/images/cellpic1.gif);
  103.             background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
  104. }
  105.  
  106. /*
  107.   Setting additional nice inner borders for the main table cells.
  108.   The names indicate which sides the border will be on.
  109.   Don't worry if you don't understand this, just ignore it :-)
  110. */
  111. td.cat,td.catHead,td.catBottom {
  112.     height: 29px;
  113.     border-width: 0px 0px 0px 0px;
  114. }
  115. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  116.     font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
  117. }
  118. td.row3Right,td.spaceRow {
  119.     background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
  120. }
  121.  
  122. th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
  123. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  124. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  125. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  126. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  127. th.thTop     { border-width: 1px 0px 0px 0px; }
  128. th.thCornerL { border-width: 1px 0px 0px 1px; }
  129. th.thCornerR { border-width: 1px 1px 0px 0px; }
  130.  
  131. /* The largest text used in the index page title and toptic title etc. */
  132. .maintitle    {
  133.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  134.     text-decoration: none; line-height : 120%; color : #000000;
  135. }
  136.  
  137. /* General text */
  138. .gen { font-size : 12px; }
  139. .genmed { font-size : 11px; }
  140. .gensmall { font-size : 10px; }
  141. .gen,.genmed,.gensmall { color : #000000; }
  142. a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
  143. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #DD6900; text-decoration: underline; }
  144.  
  145. /* The register, login, search etc links at the top of the page */
  146. .mainmenu        { font-size : 11px; color : #000000 }
  147. a.mainmenu        { text-decoration: none; color : #006699;  }
  148. a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  149.  
  150. /* Forum category titles */
  151. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  152. a.cattitle        { text-decoration: none; color : #006699; }
  153. a.cattitle:hover{ text-decoration: underline; }
  154.  
  155. /* Forum title: Text and link to the forums used in: index.php */
  156. .forumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  157. a.forumlink     { text-decoration: none; color : #006699; }
  158. a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
  159.  
  160. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  161. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  162. a.nav            { text-decoration: none; color : #006699; }
  163. a.nav:hover        { text-decoration: underline; }
  164.  
  165. /* titles for the topics: could specify viewed link colour too */
  166. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  167. a.topictitle:link   { text-decoration: none; color : #006699; }
  168. a.topictitle:visited { text-decoration: none; color : #5493B4; }
  169. a.topictitle:hover    { text-decoration: underline; color : #DD6900; }
  170.  
  171. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  172. .name            { font-size : 11px; color : #000000;}
  173.  
  174. /* Location, number of posts, post date etc */
  175. .postdetails        { font-size : 10px; color : #000000; }
  176.  
  177. /* The content of the posts (body of text) */
  178. .postbody { font-size : 12px; line-height: 18px}
  179. a.postlink:link    { text-decoration: none; color : #006699 }
  180. a.postlink:visited { text-decoration: none; color : #5493B4; }
  181. a.postlink:hover { text-decoration: underline; color : #DD6900}
  182.  
  183. /* Quote & Code blocks */
  184. .code {
  185.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
  186.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  187.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  188. }
  189.  
  190. .quote {
  191.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  192.     background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  193.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  194. }
  195.  
  196. /* Copyright and bottom info */
  197. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  198. a.copyright        { color: #444444; text-decoration: none;}
  199. a.copyright:hover { color: #000000; text-decoration: underline;}
  200.  
  201. /* Form elements */
  202. input,textarea, select {
  203.     color : #000000;
  204.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  205.     border-color : #000000;
  206. }
  207.  
  208. /* The text input fields background colour */
  209. input.post, textarea.post, select {
  210.     background-color : #FFFFFF;
  211. }
  212.  
  213. input { text-indent : 2px; }
  214.  
  215. /* The buttons used for bbCode styling in message post */
  216. input.button {
  217.     background-color : #EFEFEF;
  218.     color : #000000;
  219.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  220. }
  221.  
  222. /* The main submit button option */
  223. input.mainoption {
  224.     background-color : #FAFAFA;
  225.     font-weight : bold;
  226. }
  227.  
  228. /* None-bold submit button */
  229. input.liteoption {
  230.     background-color : #FAFAFA;
  231.     font-weight : normal;
  232. }
  233.  
  234. /* This is the line in the posting page which shows the rollover
  235.   help line. This is actually a text box, but if set to be the same
  236.   colour as the background no one will know ;)
  237. */
  238. .helpline { background-color: #DEE3E7; border-style: none; }
  239.  
  240. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  241. @import url("templates/subSilver/formIE.css");
  242. -->
  243. </style>
  244. </head>
  245. <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
  246.  
  247. <a name="top"></a>
  248.  
  249. <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" >
  250.     <tr>
  251.         <td class="bodyline" >
  252.             <table width="100%" cellspacing="0" cellpadding="0" border="0" >
  253.             <tr>
  254.                 <td BGCOLOR="BLACK"><CENTER>
  255.                 <a href="index.php"><img src="templates/subSilver/images/HZA/TITRE8A.PNG" border="0" alt=" Index du Forum" vspace="1" /></a>
  256.                 </CENTER></td>
  257.                 <TD></TD>
  258.             </TR>
  259.                 <TR><TD align="center" COLSPAN="2" BGCOLOR="#E5E5E5">
  260.                     <span class="mainmenu"><B><FONT COLOR="RED">IDENTIFICATION SERVEUR : 213.186.33.87 - CLIENT : 74.109.56.191 </FONT></B></SPAN></TD>
  261.                 </TR>
  262.             <TR><TD><BR></TD></TR>
  263.             <CENTER>
  264.             <table cellspacing="0" cellpadding="2" border="0">
  265.                     <tr>
  266.                         <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="faq.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="FAQ" hspace="3" />FAQ</a>   <a href="search.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="Rechercher" hspace="3" />Rechercher</a>   <a href="memberlist.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="Liste des Membres" hspace="3" />Liste des Membres</a>   <a href="groupcp.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="Groupes d'utilisateurs" hspace="3" />Groupes d'utilisateurs</a> 
  267.                          <a href="profile.php?mode=register" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="S'enregistrer" hspace="3" />S'enregistrer</a> 
  268.                         </span></td>
  269.                     </tr>
  270.                     <tr>
  271.                         <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="profile.php?mode=editprofile" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="Profil" hspace="3" />Profil</a>   <a href="privmsg.php?folder=inbox" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="Se connecter pour vΘrifier ses messages privΘs" hspace="3" />Se connecter pour vΘrifier ses messages privΘs</a>   <a href="login.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="Connexion" hspace="3" />Connexion</a> </span></td>
  272.                     </tr>
  273.                 </table></td>
  274.             </tr>
  275.         </table>
  276.  
  277.         <br />
  278.  
  279.  
  280. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  281.   <tr>
  282.     <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="viewtopic.php?t=261&start=0&postdays=0&postorder=asc&highlight=">Reconstruire une disquette α partir de .NIB</a><br />
  283.       <span class="gensmall"><b></b><br />
  284.         </span></td>
  285.   </tr>
  286. </table>
  287.  
  288. <table width="100%" cellspacing="2" cellpadding="2" border="0">
  289.   <tr>
  290.     <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=19"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=261"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  291.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  292.       -> <a href="viewforum.php?f=19" class="nav">Recherches techniques (hard ou soft)</a></span></td>
  293.   </tr>
  294. </table>
  295.  
  296. <table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
  297.     <tr align="right">
  298.         <td class="catHead" colspan="2" height="28"><span class="nav"><a href="viewtopic.php?t=261&view=previous" class="nav">Voir le sujet prΘcΘdent</a> :: <a href="viewtopic.php?t=261&view=next" class="nav">Voir le sujet suivant</a>  </span></td>
  299.     </tr>
  300.     
  301.     <tr>
  302.         <th class="thLeft" width="150" height="26" nowrap="nowrap">Auteur</th>
  303.         <th class="thRight" nowrap="nowrap">Message</th>
  304.     </tr>
  305.     <tr>
  306.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1199"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  307.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  308.             <tr>
  309.                 <td width="100%"><a href="viewtopic.php?p=1199#1199"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 12 DΘc 2009, 8:32<span class="gen"> </span>   Sujet du message: Reconstruire une disquette α partir de .NIB</span></td>
  310.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1199"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  311.             </tr>
  312.             <tr>
  313.                 <td colspan="2"><hr /></td>
  314.             </tr>
  315.             <tr>
  316.                 <td colspan="2"><span class="postbody">Bonjour α tous,
  317. <br />
  318.  
  319. <br />
  320. Voici une question que je me pose depuis plusieurs annΘes (vieux motard que jamais <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" />). Les images de disquettes Apple sont disponibles sous plusieurs formats .PO, .DSK et .NIB pour ne citer que ceux-lα.
  321. <br />
  322. TransfΘrer un DSK vers un Apple et Θcrire une disquette, τa ne pose aucun problΦme (merci ADT !).
  323. <br />
  324. N'est-il donc pas possible de faire la mΩme chose avec les images Nibble qui contiennent toutes les donnΘes binaires ?
  325. <br />
  326. J'ai vu rΘcemment qu'ADT Pro proposait le <span style="font-weight: bold">transfert</span> de .NIB. Assure-t-il aussi <span style="font-weight: bold">l'Θcriture</span> ?
  327. <br />
  328.  
  329. <br />
  330. A vos claviers...<br />_________________<br />Antony
  331. <br />
  332. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  333.             </tr>
  334.         </table></td>
  335.     </tr>
  336.     <tr>
  337.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  338.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  339.             <tr>
  340.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  341.  
  342.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  343.         document.write(' ');
  344.     else
  345.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  346.  
  347.                 //--></script><noscript></noscript></td>
  348.             </tr>
  349.         </table></td>
  350.     </tr>
  351.     <tr>
  352.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  353.     </tr>
  354.     <tr>
  355.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1205"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  356.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  357.             <tr>
  358.                 <td width="100%"><a href="viewtopic.php?p=1205#1205"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 14 DΘc 2009, 17:36<span class="gen"> </span>   Sujet du message: </span></td>
  359.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1205"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  360.             </tr>
  361.             <tr>
  362.                 <td colspan="2"><hr /></td>
  363.             </tr>
  364.             <tr>
  365.                 <td colspan="2"><span class="postbody">L'auteur rΘpond α la question: "will adtpro ever be able to do .NIB transfers to real disks??" par "Probably not. I've done a bunch of work in this area, and haven't found it to be fruitful. The .nib format is too 'lossy' to reliably reconstitute protected disks".
  366. <br />
  367.  
  368. <br />
  369. Source:
  370. <br />
  371.  
  372. <br />
  373. <a href="http://sourceforge.net/apps/phpbb/adtpro/viewtopic.php?f=3&t=63" target="_blank">http://sourceforge.net/apps/phpbb/adtpro/viewtopic.php?f=3&t=63</a>
  374. <br />
  375.  
  376. <br />
  377. MΩme avec SST (l'outil dΘdiΘ de rΘfΘrence), des users ont rencontrΘ des problΦmes dans le sens .NIB -> disquette physique. Pour le moment, il n'y a pas de solution fiable α 100% α ma connaissance.
  378. <br />
  379.  
  380. <br />
  381. Avec ADT Pro, α moins que le .NIB corresponde α une disquette non protΘgΘe, je ne pense pas que l'opΘration te soit utile.
  382. <br />
  383. Mais parallΦlement dans ce cas de figure (disquette non protΘgΘe), il est aussi rapide depuis un Θmulateur de faire une copie Locksmith Fast Disk Backup du .NIB vers un nouveau .DSK et de transfΘrer le .DSK vers ta disquette physique.
  384. <br />
  385.  
  386. <br />
  387. Donc j'aurai tendance α dire qu'α moins d'avoir du temps pour hacker et faire des tests au cas par cas, le .NIB est un format α destination des Θmulateurs uniquement.
  388. <br />
  389.  
  390. <br />
  391. Pour le moment (en ce qui me concerne), ayant beaucoup de disquettes physiques du "bon vieux temps", je n'ai pas eu encore α faire ce type de manipulation <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /> 
  392. <br />
  393.  
  394. <br />
  395. JM</span><span class="gensmall"></span></td>
  396.             </tr>
  397.         </table></td>
  398.     </tr>
  399.     <tr>
  400.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  401.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  402.             <tr>
  403.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  404.  
  405.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  406.         document.write(' ');
  407.     else
  408.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  409.  
  410.                 //--></script><noscript></noscript></td>
  411.             </tr>
  412.         </table></td>
  413.     </tr>
  414.     <tr>
  415.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  416.     </tr>
  417.     <tr>
  418.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1206"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  419.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  420.             <tr>
  421.                 <td width="100%"><a href="viewtopic.php?p=1206#1206"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 14 DΘc 2009, 22:27<span class="gen"> </span>   Sujet du message: </span></td>
  422.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1206"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  423.             </tr>
  424.             <tr>
  425.                 <td colspan="2"><hr /></td>
  426.             </tr>
  427.             <tr>
  428.                 <td colspan="2"><span class="postbody">Bonjour Deckard,
  429. <br />
  430.  
  431. <br />
  432. Merci de toutes tes rΘponses !
  433. <br />
  434.  
  435. <br />
  436. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Deckard a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">MΩme avec SST (l'outil dΘdiΘ de rΘfΘrence), des users ont rencontrΘ des problΦmes dans le sens .NIB -> disquette physique. Pour le moment, il n'y a pas de solution fiable α 100% α ma connaissance.</td>    </tr></table><span class="postbody">
  437. <br />
  438. Je me rappelle avoir fait des essais avec SST il y a quelques temps dΘjα, sans succΦs. Mais j'Θtais restΘ dans un Θmulateur.
  439. <br />
  440.  
  441. <br />
  442. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Deckard a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">
  443. <br />
  444. Pour le moment (en ce qui me concerne), ayant beaucoup de disquettes physiques du "bon vieux temps", je n'ai pas eu encore α faire ce type de manipulation <img src="images/smiles/icon_wink.gif" alt="Wink" border="0" /></td>    </tr></table><span class="postbody">
  445. <br />
  446. Je suis dans le mΩme cas que toi mais il y a des jeux que je n'ai pas, que j'aimerais voir tourner "en vrai". Le meilleur exemple, c'est King's Quest. Je n'ai pas trouvΘ d'image en .dsk. Que du .NIB Je ne le verrai jamais, alors  <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /><br />_________________<br />Antony
  447. <br />
  448. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  449.             </tr>
  450.         </table></td>
  451.     </tr>
  452.     <tr>
  453.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  454.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  455.             <tr>
  456.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  457.  
  458.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  459.         document.write(' ');
  460.     else
  461.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  462.  
  463.                 //--></script><noscript></noscript></td>
  464.             </tr>
  465.         </table></td>
  466.     </tr>
  467.     <tr>
  468.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  469.     </tr>
  470.     <tr>
  471.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1208"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  472.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  473.             <tr>
  474.                 <td width="100%"><a href="viewtopic.php?p=1208#1208"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 14 DΘc 2009, 23:12<span class="gen"> </span>   Sujet du message: </span></td>
  475.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1208"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  476.             </tr>
  477.             <tr>
  478.                 <td colspan="2"><hr /></td>
  479.             </tr>
  480.             <tr>
  481.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>amauget a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Le meilleur exemple, c'est King's Quest. Je n'ai pas trouvΘ d'image en .dsk. Que du .NIB Je ne le verrai jamais, alors  <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /></td>    </tr></table><span class="postbody">
  482. <br />
  483.  
  484. <br />
  485. Tu ne trouveras jamais un .DSK fonctionnel des jeux d'aventure Sierra.
  486. <br />
  487.  
  488. <br />
  489. Tout simplement parce que ce format DSK n'intΦgre que les donnΘes (le contenu des secteurs) et en aucune faτon les informations de soft sectoring (des informations supplΘmentaires utilisΘes pour identifier le dΘbut et la fin de chaque secteur pour rΘsumer trΦs grossiΦrement).
  490. <br />
  491.  
  492. <br />
  493. Or il s'avΦre que les jeux Sierra tiennent sur beaucoup de disquettes et pour identifier chaque face, c'est le numΘro de volume qui est utilisΘ.
  494. <br />
  495. Chaque face a un volume particulier qui a ΘtΘ dΘfini lors du formattage. Et cette information fait partie du soft sectoring.
  496. <br />
  497.  
  498. <br />
  499. Pas de soft sectoring = pas de volume = impossible de trouver la bonne face = marche pas.
  500. <br />
  501. Les .NIB intΦgrent le soft sectoring, c'est pour cela que τa marche.
  502. <br />
  503.  
  504. <br />
  505. JM
  506. <br />
  507.  
  508. <br />
  509. ps: ceci dit les jeux d'aventure Sierra sont lents aussi en Θmulation, c'est plus jouable je trouve...</span><span class="gensmall"></span></td>
  510.             </tr>
  511.         </table></td>
  512.     </tr>
  513.     <tr>
  514.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  515.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  516.             <tr>
  517.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  518.  
  519.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  520.         document.write(' ');
  521.     else
  522.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  523.  
  524.                 //--></script><noscript></noscript></td>
  525.             </tr>
  526.         </table></td>
  527.     </tr>
  528.     <tr>
  529.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  530.     </tr>
  531.     <tr>
  532.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1209"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  533.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  534.             <tr>
  535.                 <td width="100%"><a href="viewtopic.php?p=1209#1209"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 14 DΘc 2009, 23:31<span class="gen"> </span>   Sujet du message: </span></td>
  536.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1209"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  537.             </tr>
  538.             <tr>
  539.                 <td colspan="2"><hr /></td>
  540.             </tr>
  541.             <tr>
  542.                 <td colspan="2"><span class="postbody"></span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>amauget a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Je ne le verrai jamais, alors  <img src="images/smiles/icon_cry.gif" alt="Crying or Very sad" border="0" /></td>    </tr></table><span class="postbody">
  543. <br />
  544.  
  545. <br />
  546. Trouve une sΘrie de .NIB correspondant α une version crackΘe.
  547. <br />
  548. Avec un Θmulateur, fait une copie au Locksmith Fast Copy de chaque face vers un nouveau .DSK.
  549. <br />
  550. Si le jeu fait 10 faces, tu devras crΘer 10 fichiers .DSK α partir des 10 fichiers .NIB.
  551. <br />
  552. Cette manipulation fait perdre l'information des numΘros de face (volume).
  553. <br />
  554. Mais ce n'est pas grave SI tu as au prΘalable formattΘ des disquettes physiques avec les bons numΘros de volumes (avec une commande INIT classique).
  555. <br />
  556. Il ne faut pas que ton outil de transfert formatte les disquettes α ta place.
  557. <br />
  558.  
  559. <br />
  560. Pour savoir quel volume donner α chaque face, lit la page suivante qui te donnera quelques Θquivalences:
  561. <br />
  562.  
  563. <br />
  564. <a href="http://boutillon.free.fr/Underground/Outils/dsk2nib/dsk2nib.html" target="_blank">http://boutillon.free.fr/Underground/Outils/dsk2nib/dsk2nib.html</a>
  565. <br />
  566.  
  567. <br />
  568. JM</span><span class="gensmall"></span></td>
  569.             </tr>
  570.         </table></td>
  571.     </tr>
  572.     <tr>
  573.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  574.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  575.             <tr>
  576.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  577.  
  578.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  579.         document.write(' ');
  580.     else
  581.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  582.  
  583.                 //--></script><noscript></noscript></td>
  584.             </tr>
  585.         </table></td>
  586.     </tr>
  587.     <tr>
  588.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  589.     </tr>
  590.     <tr>
  591.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1210"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  592.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  593.             <tr>
  594.                 <td width="100%"><a href="viewtopic.php?p=1210#1210"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 15 DΘc 2009, 13:06<span class="gen"> </span>   Sujet du message: </span></td>
  595.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1210"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  596.             </tr>
  597.             <tr>
  598.                 <td colspan="2"><hr /></td>
  599.             </tr>
  600.             <tr>
  601.                 <td colspan="2"><span class="postbody">En faisant une recherche rapide sur le mot clef ".NIB" sur comp.sys.apple2, tu trouveras des informations similaires comme celle mentionnΘe ci-dessous (copier/coller).
  602. <br />
  603.  
  604. <br />
  605. JM
  606. <br />
  607.  
  608. <br />
  609. *****
  610. <br />
  611.  
  612. <br />
  613. How do you turn a .NIB image back into a real disk?
  614. <br />
  615.  
  616. <br />
  617.         
  618. <br />
  619.      The good news about .nib's is that many are not really images of copy
  620. <br />
  621. protected disks-- i.e. they are mainly images which need to preserve special
  622. <br />
  623. volume numbering. These can be copied to .dsk, transferred to an Apple II, and
  624. <br />
  625. placed on diskettes formatted for the correct volume number.
  626. <br />
  627.  
  628. <br />
  629. Rubywand</span><span class="gensmall"></span></td>
  630.             </tr>
  631.         </table></td>
  632.     </tr>
  633.     <tr>
  634.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  635.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  636.             <tr>
  637.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  638.  
  639.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  640.         document.write(' ');
  641.     else
  642.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  643.  
  644.                 //--></script><noscript></noscript></td>
  645.             </tr>
  646.         </table></td>
  647.     </tr>
  648.     <tr>
  649.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  650.     </tr>
  651.     <tr>
  652.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1217"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  653.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  654.             <tr>
  655.                 <td width="100%"><a href="viewtopic.php?p=1217#1217"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Sam 19 DΘc 2009, 21:43<span class="gen"> </span>   Sujet du message: </span></td>
  656.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1217"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  657.             </tr>
  658.             <tr>
  659.                 <td colspan="2"><hr /></td>
  660.             </tr>
  661.             <tr>
  662.                 <td colspan="2"><span class="postbody">Hello Deckard,
  663. <br />
  664.  
  665. <br />
  666. Merci beaucoup pour toutes ces informations. Je reste admiratif devant un tel Θventail d'informations aussi prΘcises et pointues.
  667. <br />
  668.  
  669. <br />
  670. Voilα qui me donne du grain α moudre. J'avais dΘjα essayΘ de gΘnΘrer un DSK α partir d'un NIB mais je ne connaissais pas l'histoire du volume. Il va falloir que je ressorte mon cΓble sΘrie... et un des mes II GS  <img src="images/smiles/icon_lol.gif" alt="Laughing" border="0" /><br />_________________<br />Antony
  671. <br />
  672. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  673.             </tr>
  674.         </table></td>
  675.     </tr>
  676.     <tr>
  677.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  678.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  679.             <tr>
  680.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  681.  
  682.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  683.         document.write(' ');
  684.     else
  685.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  686.  
  687.                 //--></script><noscript></noscript></td>
  688.             </tr>
  689.         </table></td>
  690.     </tr>
  691.     <tr>
  692.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  693.     </tr>
  694.     <tr>
  695.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1228"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  696.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  697.             <tr>
  698.                 <td width="100%"><a href="viewtopic.php?p=1228#1228"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 03 Jan 2010, 9:44<span class="gen"> </span>   Sujet du message: </span></td>
  699.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1228"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  700.             </tr>
  701.             <tr>
  702.                 <td colspan="2"><hr /></td>
  703.             </tr>
  704.             <tr>
  705.                 <td colspan="2"><span class="postbody">Bonjour Deckard,
  706. <br />
  707.  
  708. <br />
  709. Je rencontre un petit problΦme...
  710. <br />
  711.  
  712. <br />
  713. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Deckard a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">
  714. <br />
  715. Mais ce n'est pas grave SI tu as au prΘalable formattΘ des disquettes physiques avec les bons numΘros de volumes (avec une commande INIT classique).</td>    </tr></table><span class="postbody">
  716. <br />
  717.  
  718. <br />
  719. C'est lα que τa coince : dans un Θmulateur, si je tente un </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Code:</b></span></td>    </tr>    <tr>      <td class="code">INIT HELLO,V1</td>    </tr></table><span class="postbody"> le DOS me renvoit un beau message ERROR #7 (Volume mismatch d'aprΦs le manuel du DOS).
  720. <br />
  721. Le problΦme semble venir du fait que je rΘutilise une image de disquette ayant un n░ de volume diffΘrent de celui que je souhaite. 
  722. <br />
  723. Mais alors comment faire pour crΘer une image α partir de rien dans un Θmu ? J'ai essayΘ avec CiderPress, marche pas (VOL 1 en crΘation,  VOL 254 en dans l'Θmulateur) 
  724. <br />
  725. HELP !!!<br />_________________<br />Antony
  726. <br />
  727. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  728.             </tr>
  729.         </table></td>
  730.     </tr>
  731.     <tr>
  732.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  733.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  734.             <tr>
  735.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  736.  
  737.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  738.         document.write(' ');
  739.     else
  740.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  741.  
  742.                 //--></script><noscript></noscript></td>
  743.             </tr>
  744.         </table></td>
  745.     </tr>
  746.     <tr>
  747.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  748.     </tr>
  749.     <tr>
  750.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1232"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  751.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  752.             <tr>
  753.                 <td width="100%"><a href="viewtopic.php?p=1232#1232"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 05 Jan 2010, 12:51<span class="gen"> </span>   Sujet du message: </span></td>
  754.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1232"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  755.             </tr>
  756.             <tr>
  757.                 <td colspan="2"><hr /></td>
  758.             </tr>
  759.             <tr>
  760.                 <td colspan="2"><span class="postbody">Salut,
  761. <br />
  762.  
  763. <br />
  764. je n'ai pas compris ce que tu Θtais en train de faire.
  765. <br />
  766. Je te parlais de formattage avec INIT sur une disquette physique, une vraie; et ce dans le cadre d'un transfert pc/mac => Apple II.
  767. <br />
  768.  
  769. <br />
  770. Si tu fais l'init avec un Θmulateur, quel est le format de l'image de ta disquette dans le drive ΘmulΘ? Il faut savoir que si c'est un .dsk, τa ne peut pas marcher car l'Θmulateur gΦre le volume de maniΦre statique (toujours la mΩme valeur prΘ-dΘfinie et pas celle que tu spΘcifies).
  771. <br />
  772.  
  773. <br />
  774. Tu obtiens cette erreur avec un .NIB dans le drive??? Si oui, tu as essayΘ avec quel Θmulateur? (Ils ne supportent pas tous le mode "write" sur les .NIB)
  775. <br />
  776.  
  777. <br />
  778. JM</span><span class="gensmall"></span></td>
  779.             </tr>
  780.         </table></td>
  781.     </tr>
  782.     <tr>
  783.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  784.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  785.             <tr>
  786.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  787.  
  788.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  789.         document.write(' ');
  790.     else
  791.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  792.  
  793.                 //--></script><noscript></noscript></td>
  794.             </tr>
  795.         </table></td>
  796.     </tr>
  797.     <tr>
  798.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  799.     </tr>
  800.     <tr>
  801.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1233"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  802.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  803.             <tr>
  804.                 <td width="100%"><a href="viewtopic.php?p=1233#1233"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 05 Jan 2010, 13:40<span class="gen"> </span>   Sujet du message: </span></td>
  805.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1233"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  806.             </tr>
  807.             <tr>
  808.                 <td colspan="2"><hr /></td>
  809.             </tr>
  810.             <tr>
  811.                 <td colspan="2"><span class="postbody">Je viens de faire un test et τa marche impecc' pour moi.
  812. <br />
  813. Mon test:
  814. <br />
  815.  
  816. <br />
  817. 1) CrΘation d'un .NIB
  818. <br />
  819.  
  820. <br />
  821. Avec CiderPress, j'ai utilisΘ l'option Tools/Disk Image Converter.
  822. <br />
  823. J'ai sΘlectionnΘ le MASTER.DSK qui est livrΘ avec Applewin. Il s'agit d'une disquette vierge formattΘe sous DOS 3.3.
  824. <br />
  825. J'ai demandΘ une convertion vers un format .NIB.
  826. <br />
  827.  
  828. <br />
  829. 2) Le formattage
  830. <br />
  831.  
  832. <br />
  833. J'ai lancΘ Applewin avec MASTER.DSK dans le drive 1.
  834. <br />
  835. Une fois le DOS chargΘ, j'ai mis le .NIB dans le lecteur puis ai fait un INIT TOTO,V1.
  836. <br />
  837.  
  838. <br />
  839. 3) RΘsultat du test
  840. <br />
  841.  
  842. <br />
  843. AprΦs le formattage, quand je fais un CATALOG, j'ai bien:
  844. <br />
  845. DISK VOLUME 001 (avec le .NIB) au lieu de DISK VOLUME 254 (quand le .DSK est dans le drive ΘmulΘ)
  846. <br />
  847.  
  848. <br />
  849.  
  850. <br />
  851. JM</span><span class="gensmall"></span></td>
  852.             </tr>
  853.         </table></td>
  854.     </tr>
  855.     <tr>
  856.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  857.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  858.             <tr>
  859.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  860.  
  861.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  862.         document.write(' ');
  863.     else
  864.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  865.  
  866.                 //--></script><noscript></noscript></td>
  867.             </tr>
  868.         </table></td>
  869.     </tr>
  870.     <tr>
  871.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  872.     </tr>
  873.     <tr>
  874.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1234"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  875.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  876.             <tr>
  877.                 <td width="100%"><a href="viewtopic.php?p=1234#1234"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mar 05 Jan 2010, 13:45<span class="gen"> </span>   Sujet du message: </span></td>
  878.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1234"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  879.             </tr>
  880.             <tr>
  881.                 <td colspan="2"><hr /></td>
  882.             </tr>
  883.             <tr>
  884.                 <td colspan="2"><span class="postbody">Autre test (et j'imagine que c'est ce que tu as fait):
  885. <br />
  886.  
  887. <br />
  888. Mettre un .DSK dans le lecteur 1 de l'Θmulateur et taper INIT TOTO,V1.
  889. <br />
  890. J'obtiens bien un ERROR #7
  891. <br />
  892. Ce qui est normal puisque le format du .DSK ne contient pas le volume et qu'il est gΘrΘ par Applewin (qui transforme de maniΦre invisible α l'utilisateur le .DSK en un .NIB en ajoutant un volume standard). Il t'envoie logiquement baladΘ quand tu veux forcer une autre valeur.
  893. <br />
  894.  
  895. <br />
  896. Si tu veux faire des manipulations de volume avec un Θmulateur, utilise toujours le format .NIB.
  897. <br />
  898.  
  899. <br />
  900. JM</span><span class="gensmall"></span></td>
  901.             </tr>
  902.         </table></td>
  903.     </tr>
  904.     <tr>
  905.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  906.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  907.             <tr>
  908.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  909.  
  910.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  911.         document.write(' ');
  912.     else
  913.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  914.  
  915.                 //--></script><noscript></noscript></td>
  916.             </tr>
  917.         </table></td>
  918.     </tr>
  919.     <tr>
  920.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  921.     </tr>
  922.     <tr>
  923.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1329"></a><b>Deckard</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 29 Mar 2007<br />Messages: 350<br />Localisation: Levallois-Perret / Le Mans</span><br /></td>
  924.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  925.             <tr>
  926.                 <td width="100%"><a href="viewtopic.php?p=1329#1329"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Lun 19 Juil 2010, 1:02<span class="gen"> </span>   Sujet du message: </span></td>
  927.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1329"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  928.             </tr>
  929.             <tr>
  930.                 <td colspan="2"><hr /></td>
  931.             </tr>
  932.             <tr>
  933.                 <td colspan="2"><span class="postbody">Illustration de la manipulation pour King's Quest 1 ici:
  934. <br />
  935. <a href="http://boutillon.free.fr//Underground/Outils/ADTPro_iMac/ADTPro_iMac.html#P08" target="_blank">http://boutillon.free.fr//Underground/Outils/ADTPro_iMac/ADTPro_iMac.html#P08</a>
  936. <br />
  937.  
  938. <br />
  939. JM</span><span class="gensmall"></span></td>
  940.             </tr>
  941.         </table></td>
  942.     </tr>
  943.     <tr>
  944.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  945.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  946.             <tr>
  947.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=3"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=3"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>  <a href="http://boutillon.free.fr" target="_userwww"><img src="templates/subSilver/images/lang_french/icon_www.gif" alt="Visiter le site web de l'utilisateur" title="Visiter le site web de l'utilisateur" border="0" /></a>   <script language="JavaScript" type="text/javascript"><!--
  948.  
  949.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  950.         document.write(' ');
  951.     else
  952.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  953.  
  954.                 //--></script><noscript></noscript></td>
  955.             </tr>
  956.         </table></td>
  957.     </tr>
  958.     <tr>
  959.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  960.     </tr>
  961.     <tr>
  962.         <td width="150" align="left" valign="top" class="row1"><span class="name"><a name="1331"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  963.         <td class="row1" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  964.             <tr>
  965.                 <td width="100%"><a href="viewtopic.php?p=1331#1331"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Dim 25 Juil 2010, 7:18<span class="gen"> </span>   Sujet du message: </span></td>
  966.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1331"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  967.             </tr>
  968.             <tr>
  969.                 <td colspan="2"><hr /></td>
  970.             </tr>
  971.             <tr>
  972.                 <td colspan="2"><span class="postbody">Hello Deckard,
  973. <br />
  974.  
  975. <br />
  976. </span><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"><tr>       <td><span class="genmed"><b>Deckard a Θcrit:</b></span></td>    </tr>    <tr>      <td class="quote">Illustration de la manipulation pour King's Quest 1 ici:
  977. <br />
  978. <a href="http://boutillon.free.fr//Underground/Outils/ADTPro_iMac/ADTPro_iMac.html#P08" target="_blank">http://boutillon.free.fr//Underground/Outils/ADTPro_iMac/ADTPro_iMac.html#P08</a>
  979. <br />
  980.  
  981. <br />
  982. JM</td>    </tr></table><span class="postbody">
  983. <br />
  984.  
  985. <br />
  986. Merci beaucoup. Comme d'habitude, c'est complet, trΦs dΘtaillΘ et riche en illustrations.
  987. <br />
  988. Il *FAUT* absolument que je vire mon Amstrad PC1640 de mon bureau pour y mettre un IIGS α la place et α moi les transfert ADT Pro !<br />_________________<br />Antony
  989. <br />
  990. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  991.             </tr>
  992.         </table></td>
  993.     </tr>
  994.     <tr>
  995.         <td class="row1" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  996.         <td class="row1" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  997.             <tr>
  998.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  999.  
  1000.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1001.         document.write(' ');
  1002.     else
  1003.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1004.  
  1005.                 //--></script><noscript></noscript></td>
  1006.             </tr>
  1007.         </table></td>
  1008.     </tr>
  1009.     <tr>
  1010.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1011.     </tr>
  1012.     <tr>
  1013.         <td width="150" align="left" valign="top" class="row2"><span class="name"><a name="1337"></a><b>amauget</b></span><br /><span class="postdetails"><br /><br /><br />Inscrit le: 06 DΘc 2009<br />Messages: 61<br />Localisation: Nantes</span><br /></td>
  1014.         <td class="row2" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  1015.             <tr>
  1016.                 <td width="100%"><a href="viewtopic.php?p=1337#1337"><img src="templates/subSilver/images/icon_minipost.gif" width="12" height="9" alt="Message" title="Message" border="0" /></a><span class="postdetails">PostΘ le: Mer 11 Ao√ 2010, 21:12<span class="gen"> </span>   Sujet du message: C'est fait, τa marche !!! MERCI !</span></td>
  1017.                 <td valign="top" nowrap="nowrap"><a href="posting.php?mode=quote&p=1337"><img src="templates/subSilver/images/lang_french/icon_quote.gif" alt="RΘpondre en citant" title="RΘpondre en citant" border="0" /></a>   </td>
  1018.             </tr>
  1019.             <tr>
  1020.                 <td colspan="2"><hr /></td>
  1021.             </tr>
  1022.             <tr>
  1023.                 <td colspan="2"><span class="postbody">Hello,
  1024. <br />
  1025.  
  1026. <br />
  1027. Voilα, j'ai enfin pris le temps de sortir un de mes IIGS pour faire des transferts avec ADT Pro.
  1028. <br />
  1029.  
  1030. <br />
  1031. Du coup, j'en ai profitΘ pour tester l'astuce donnΘe par Deckard pour King's Quest : τa fonctionne parfaitement  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" />  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" />  <img src="images/smiles/icon_cool.gif" alt="Cool" border="0" /> 
  1032. <br />
  1033.  
  1034. <br />
  1035. MERCI BEAUCOUP ! Je vais enfin pouvoir dΘcouvrir les chefs-d'oeuvre de Sierra sur un vrai Apple !!!<br />_________________<br />Antony
  1036. <br />
  1037. <span style="font-style: italic">Apple II forever</span></span><span class="gensmall"></span></td>
  1038.             </tr>
  1039.         </table></td>
  1040.     </tr>
  1041.     <tr>
  1042.         <td class="row2" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">Revenir en haut de page</a></span></td>
  1043.         <td class="row2" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
  1044.             <tr>
  1045.                 <td valign="middle" nowrap="nowrap"><a href="profile.php?mode=viewprofile&u=56"><img src="templates/subSilver/images/lang_french/icon_profile.gif" alt="Voir le profil de l'utilisateur" title="Voir le profil de l'utilisateur" border="0" /></a> <a href="privmsg.php?mode=post&u=56"><img src="templates/subSilver/images/lang_french/icon_pm.gif" alt="Envoyer un message privΘ" title="Envoyer un message privΘ" border="0" /></a>     <script language="JavaScript" type="text/javascript"><!--
  1046.  
  1047.     if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
  1048.         document.write(' ');
  1049.     else
  1050.         document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute"></div><div style="position:absolute;left:3px;top:-1px"></div></div>');
  1051.  
  1052.                 //--></script><noscript></noscript></td>
  1053.             </tr>
  1054.         </table></td>
  1055.     </tr>
  1056.     <tr>
  1057.         <td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
  1058.     </tr>
  1059.     <tr align="center">
  1060.         <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
  1061.             <tr><form method="post" action="viewtopic.php?t=261&start=0">
  1062.                 <td align="center"><span class="gensmall">Montrer les messages depuis: <select name="postdays"><option value="0" selected="selected">Tous les messages</option><option value="1">1 Jour</option><option value="7">7 Jours</option><option value="14">2 Semaines</option><option value="30">1 Mois</option><option value="90">3 Mois</option><option value="180">6 Mois</option><option value="364">1 An</option></select> <select name="postorder"><option value="asc" selected="selected">Le plus ancien en premier</option><option value="desc">Le plus rΘcent en premier</option></select> <input type="submit" value="Aller" class="liteoption" name="submit" /></span></td>
  1063.             </form></tr>
  1064.         </table></td>
  1065.     </tr>
  1066. </table>
  1067.  
  1068. <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  1069.   <tr>
  1070.     <td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="posting.php?mode=newtopic&f=19"><img src="templates/subSilver/images/lang_french/post.gif" border="0" alt="Poster un nouveau sujet" align="middle" /></a>   <a href="posting.php?mode=reply&t=261"><img src="templates/subSilver/images/lang_french/reply.gif" border="0" alt="RΘpondre au sujet" align="middle" /></a></span></td>
  1071.     <td align="left" valign="middle" width="100%"><span class="nav">   <a href="index.php" class="nav"> Index du Forum</a>
  1072.       -> <a href="viewforum.php?f=19" class="nav">Recherches techniques (hard ou soft)</a></span></td>
  1073.     <td align="right" valign="top" nowrap="nowrap"><span class="gensmall">Toutes les heures sont au format GMT + 1 Heure</span><br /><span class="nav"></span>
  1074.       </td>
  1075.   </tr>
  1076.   <tr>
  1077.     <td align="left" colspan="3"><span class="nav">Page <b>1</b> sur <b>1</b></span></td>
  1078.   </tr>
  1079. </table>
  1080.  
  1081. <table width="100%" cellspacing="2" border="0" align="center">
  1082.   <tr>
  1083.     <td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall"></span><br />
  1084.        <br />
  1085.       </td>
  1086.     <td align="right" valign="top" nowrap="nowrap">
  1087. <form method="get" name="jumpbox" action="viewforum.php" onSubmit="if(document.jumpbox.f.value == -1){return false;}"><table cellspacing="0" cellpadding="0" border="0">
  1088.     <tr>
  1089.         <td nowrap="nowrap"><span class="gensmall">Sauter vers: <select name="f" onchange="if(this.options[this.selectedIndex].value != -1){ forms['jumpbox'].submit() }"><option value="-1">SΘlectionner un forum</option><option value="-1"> </option><option value="-1">GENERALITES</option><option value="-1">----------------</option><option value="1">REGLES DE BASE DU FORUM</option><option value="2">PRESENTATION DES MEMBRES</option><option value="3">FAQ</option><option value="24">LES VENDEURS DE Q et assimilΘs...</option><option value="-1"> </option><option value="-1">La ligne des APPLE II</option><option value="-1">----------------</option><option value="4">APPLE II et II+</option><option value="5">APPLE IIe</option><option value="6">APPLE IIc et IIc Plus</option><option value="7">APPLE IIGS</option><option value="8">ITT2020</option><option value="9">BELL & HOWELL</option><option value="-1"> </option><option value="-1">ON AIME AUSSI...</option><option value="-1">----------------</option><option value="25">APPLE I</option><option value="10">APPLE /// et ///Plus</option><option value="11">LISA 1,  2, 2/5,  2/10 et ... XL</option><option value="-1"> </option><option value="-1">LOGICIELS</option><option value="-1">----------------</option><option value="12">PROBLEMES DIVERS</option><option value="13">PROTECTION MALEFIQUE</option><option value="23">EMULATION</option><option value="-1"> </option><option value="-1">LES CARTES ET PERIPHERIQUES</option><option value="-1">----------------</option><option value="14">CARTES COPROCESSEUR</option><option value="15">CARTES MEMOIRE</option><option value="16">CARTES POUR DISQUES</option><option value="17">AUTRES CARTES</option><option value="18">PERIPHERIQUES</option><option value="-1"> </option><option value="-1">EN VRAC ET DIVERS</option><option value="-1">----------------</option><option value="19"selected="selected">Recherches techniques (hard ou soft)</option><option value="20">ACHATS,VENTES ET/OU ECHANGES</option><option value="21">DIVERS...MAIS TOUJOURS EN RELATION AVEC APPLE!</option><option value="22">LES PETITS MAUDITS A EVITER</option></select><input type="hidden" name="sid" value="88dc291636b558c274916ca04b217a32" /> <input type="submit" value="Aller" class="liteoption" /></span></td>
  1090.     </tr>
  1091. </table></form>
  1092.  
  1093. <span class="gensmall">Vous <b>ne pouvez pas</b> poster de nouveaux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> rΘpondre aux sujets dans ce forum<br />Vous <b>ne pouvez pas</b> Θditer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> supprimer vos messages dans ce forum<br />Vous <b>ne pouvez pas</b> voter dans les sondages de ce forum<br /></span></td>
  1094.   </tr>
  1095. </table>
  1096.  
  1097.  
  1098. <div align="center"><span class="copyright"><br /><br />
  1099. <!--
  1100.     We request you retain the full copyright notice below including the link to www.phpbb.com.
  1101.     This not only gives respect to the large amount of time given freely by the developers
  1102.     but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
  1103.     reason) retain the full copyright we request you at least leave in place the
  1104.     Powered by phpBB line, with phpBB linked to www.phpbb.com. If you refuse
  1105.     to include even this then support on our forums may be affected.
  1106.  
  1107.     The phpBB Group : 2002
  1108. // -->
  1109. Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2005 phpBB Group<br />Traduction par : <a href="http://www.phpbb-fr.com/" target="_blank" class="copyright">phpBB-fr.com</a></span></div>
  1110.         </td>
  1111.     </tr>
  1112. </table>
  1113.  
  1114. </body>
  1115. </html>
  1116.  
  1117.