Jump to content

shareef59

Member
  • Posts

    203
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by shareef59

  1. Hi Paul Happened to come across your "beatsme" proggie. Was wondering if it was still around? The demo version seems not to be useable.
  2. Hi Guys First of all, let me say what a wonderful forum this is. Such a wealth of information for a non-teckie newbie as myself. Each and everyone concerned with the CD Creator project deserves medals. Anyways, I have a, perhaps lame, question. 1) After doing the "Makedirs", in which folders do I place the following programes, which are called from a cmd file (as follows): CLS @echo off ECHO. ECHO Installing Internet Explorer 6.0 SP1 Full ECHO Please wait..... start /wait %systemdrive%\install\IE6sp1\ie6setup.exe /Q:A /R:N ECHO. ECHO Installing WinRAR 3.20 ECHO Please wait..... start /wait %systemdrive%\install\applications\winrar\wrar320.exe /s ECHO. ECHO Installing MSN Messenger 6.1 ECHO Please wait..... start /wait %systemdrive%\install\msn\MsnMsgs.msi /QB ECHO. ECHO Installing DirectX 9.0b ECHO Please wait..... start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk ECHO. ECHO Installing TweakUI 2.10 Powertoy ECHO Please wait..... start /wait %systemdrive%\install\powertoys\TweakUI.msi /qb ECHO. ECHO Installing Power Calculator Powertoy ECHO Please wait..... start /wait %systemdrive%\install\powertoys\PowerCalcPowertoySetup.exe /s /v/qn ECHO. PAUSE EXIT Again, I wanted to know where the actual above program (dir/files) and the cmd (mainbatch.cmd) are placed in the various folders created. Thank you in advance for any help!
×
×
  • Create New...