Jump to content

Erhan Gedik

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Turkey

Everything posted by Erhan Gedik

  1. Hi Yzöwl with following code its working @echo off&Mode 55,3&Color f2&Title Script By Yzöwl for %%a in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do ( fsutil fsinfo drivetype %%a:|find "CD-ROM">nul 2>&1&&set cdrom=%%a: ) thank you for all support.
  2. thanks for your support but its not working @echo off&Mode 55,3&Color f2&Title Script By Yzöwl for %%a in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do ( fsutil fsinfo drivetype %%a:|find "CD-ROM">nul 2>&1&&echo Your CD-ROM drive^(s^) -^> %%a:\ ) although i applyed your code its not set %cdrom% to cdrom drive can you check this code.. and also if is it possible can you explain this codes meaning. i have to learn thanks a lot.
  3. Hi (i hope u can understand me because my english is not good) i made a office2003 unatteded with this batch file ECHO. ECHO Installing Office 2003 Professional ECHO Please wait... start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- as you know its working only systemdrive and its need to copy files to systemdrive ! i want to ask Can i start office setup from Cdrom drive? and second question about Visio2003 and Project2003 how can i create unattend setup for these applications. thanks...
×
×
  • Create New...