Jump to content

phkninja

Member
  • Posts

    465
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Posts posted by phkninja

  1. open the document in notepad and paste the first few lines in here so we can diagnose. It could be the attachment is being sent wrong, it could be the extention is renamed...

    There are lots of reasons why this can happen. It can also happen when you use certain webmail facilities, they exclud ethe extention so when you save it it saves as an corrupt file.

  2. one flaw inthe above is the circular magnets at the top of the device. If set up correctly the magnets should act like in the diagram and only go one way, but in reality they will go both directions, clockwise at one time and counter-clockwise another because they will react with the magnets on the spinning disk and force themselves to spin.

    Another problem is that you must firstly cause the enter disk to spin by pushing it, otherwise the magbets will allreact aainst each other and keep the device stationary. All forces cause in the magnetic fields will cause the top magnets to move and the disk to move. But because their is no direction forced at the beginning (unless acted upon from an external source) half the magnets will move one way, half the other and will cancel all circular momentum.)

    If im wrong in this them tell me, but as far as im aware this is the case. The problem seen so far with all designs of "perpetual motion machines" has been, the energy put in to startthe reaction usually is greater than the energy given out. In this case the magnets must exert a fource greater than the frictional forces on the wheel to allow it to turn, then you must ensure the top magnets can only revolve inone direction (which still wont stop the magnets from revolving asyncronously and stopping the turning motion)

  3. Th difference is

    FOR %%a IN (echo %DISCARD%)

    echo is a print command, so basically you are asking it to break down something being printed (how do you break down a command???) e.g. for <every part> of (print <variable>) is what you instructed it to do

    FOR %%a IN (%DISCARD%)

    break down the variable it its commpoent parts

    e.g. for <every part> of (<variable>) is what you instructed it to do

  4. should be

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Mark_Test" /f

    REG ADD %KEY%\1 /VE /D "Kyocera Mita Install" /f
    REG ADD %KEY%\1 /V 1 /D "c:\migration\AI_KYOCERA_MITA_INSTALL.exe" /f

    This would be better though

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Mark_Test" /f

    REG ADD %KEY%\01 /VE /D "Kyocera Mita Install" /f
    REG ADD %KEY%\01 /V 1 /D "c:\migration\AI_KYOCERA_MITA_INSTALL.exe" /f

    or

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Mark_Test" /f

    REG ADD %KEY%\a1 /VE /D "Kyocera Mita Install" /f
    REG ADD %KEY%\a1 /V 1 /D "c:\migration\AI_KYOCERA_MITA_INSTALL.exe" /f

  5. That was my next port of call after the space requirement.

    As mercury said check you are in admin mode before trying to create the image, as you know from Linux if you dont have the right permissions you cant do anything. The same is also true for Vista, MS has made it d**n impossible to do anything without logging into the admin account on vista.

  6. Piorted programs usually are edited versions of the originals. The reasone for the edits are

    1) Convert \LF to \LF \CR for windows (\LF = Line Feed, \CR = Carrige return. in c or c++ thats \n and \r)

    2) Edit any code specific to the OS, eg network programming, directory handlin etc

    3) Change any GUI specific code. Some convert from KDE code to wxWidgets so it can be run on all OSes

  7. no, this is not essential (if you know which drive 8is the one you want to install to). but it might be advisable to disconnect any other hard drives, and slipstream the SATA driver into the install.

    I have done an install on a SATA system with 3 devices connected, and also installed on machines that had ide and sata with the ide being the one for win and vica versa. The reason i would suggest disconnecting all other hd's is so you dont get confused when installing, and also by only having the required hd connected any problems with the SATA driver integration will be show (it wont show a drive to install to if the driver is not integrated properly)

  8. emmmm should that not be

    cmdow @ /HID
    @Echo Off

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

    SET PP=%cdrom%\Apps

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Programs" /f

    REG ADD %KEY% /VE /D "Nvidia Video Drivers" /f
    REG ADD %KEY% /V 1 /D "%PP%\nVidia\setup.exe -s -f2setup.iss" /f

    REG ADD %KEY%\1 /VE /D "Conexant High Definition Audio Driver" /f
    REG ADD %KEY%\1 /V 1 /D "%PP%\Audio\setup.exe -s" /f

    REG ADD %KEY%\2 /VE /D "HDAUDIO Soft Data Fax Modem with SmartCP" /f
    REG ADD %KEY%\2 /V 1 /D "%PP%\Modem\setup.exe -s" /f

    REG ADD %KEY%\3 /VE /D "HP Quick Luanch Buttons" /f
    REG ADD %KEY%\3 /V 1 /D "%PP%\Buttons\setup.exe -s -f2setup.iss" /f

    REG ADD %KEY%\4 /VE /D "HP 1.3MP Web Cam" /f
    REG ADD %KEY%\4 /V 1 /D "%PP%\WebCam\setup.exe -s -f2setup.iss" /f

    REG ADD %KEY%\5 /VE /D "Intel PROWireless Drivers" /f
    REG ADD %KEY%\5 /V 1 /D "%PP%\Wireless\DPInst32.EXE /S" /f

    REG ADD %KEY%\6 /VE /D "Intel Chipset" /f
    REG ADD %KEY%\6 /V 1 /D "%PP%\Intel\setup.exe -s" /f

    REG ADD %KEY%\7 /VE /D "Ricoh 5in1 Card Reader" /f
    REG ADD %KEY%\7 /V 1 /D "%PP%\Ricoh\setup.exe -s" /f

    REG ADD %KEY%\8 /VE /D "Ulead PhotoImpact 8" /f
    REG ADD %KEY%\8 /V 1 /D "%PP%\Impact\Impact8.exe -s" /f

    REG ADD %KEY%\10 /VE /D "Diskeeper 8.0 Pro" /f
    REG ADD %KEY%\10 /V 1 /D "%PP%\Dkeeper\Setup.msi /qn" /f

    REG ADD %KEY%\11 /VE /D "WinRAR 3.2 Corporate" /f
    REG ADD %KEY%\11 /V 1 /D "%PP%\Winrar\wrar362ce.exe /s" /f

    REG ADD %KEY%\12 /VE /D "Symantec Antivirus Corporate.v10.0.2" /f
    REG ADD %KEY%\12 /V 1 /D "%PP%\Nav\Nav10.1.5.5000.exe" /f

    REG ADD %KEY%\13 /VE /D "Google Toolbar" /f
    REG ADD %KEY%\13 /V 1 /D "%PP%\Toolbar\GoogleToolbarInstaller.exe /s /qn" /f

    REG ADD %KEY%\14 /VE /D "MS Intelipoint 4.12" /f
    REG ADD %KEY%\14 /V 1 /D "%PP%\Mouse\mouse.exe" /f

    REG ADD %KEY%\15 /VE /D "Nero 7 Micro 7.5.9.0" /f
    REG ADD %KEY%\15 /V 1 /D "%PP%\Nero\Nero-Lite-v7.5.9.0.exe" /f

    REG ADD %KEY%\16 /VE /D "RoboForm Pro V5.0" /f
    REG ADD %KEY%\16 /V 1 /D "%PP%\Roboform\Setup.exe" /f

    REG ADD %KEY%\17 /VE /D "Shipping Assistant 3.0" /f
    REG ADD %KEY%\17 /V 1 /D "%PP%\USPS\USPS.msi /qb" /f

    REG ADD %KEY%\18 /VE /D "Dot Net 2.0" /f
    REG ADD %KEY%\18 /V 1 /D "%PP%\Dotnet2\dotnet2.exe" /f

    REG ADD %KEY%\19 /VE /D "Java" /f
    REG ADD %KEY%\19 /V 1 /D "%PP%\Java\jre511.exe" /f

    REG ADD %KEY%\20 /VE /D "Stand Alone Programs" /f
    REG ADD %KEY%\20 /V 1 /D "%PP%\CuteFtp\CuteFtp.exe" /f
    REG ADD %KEY%\20 /V 2 /D "%PP%\RegCleaner\RegCleaner.exe" /f
    REG ADD %KEY%\20 /V 3 /D "%PP%\ShoWarez\ShoWarez.exe" /f
    REG ADD %KEY%\20 /V 4 /D "%PP%\CdRecord\cdrecord.exe" /f
    REG ADD %KEY%\20 /V 5 /D "%PP%\Winamp\Winamp.exe" /f

    REG ADD %KEY%\21 /VE /D "Installing Favorites" /f
    REG ADD %KEY%\21 /V 1 /D "%PP%\Favs\Favorites.exe" /f

    REG ADD %KEY%\22 /VE /D "Installing Destop Icons" /f
    REG ADD %KEY%\22 /V 1 /D "%PP%\Desktop\Desktop.exe" /f

    REG ADD %KEY%\23 /VE /D "Installing Quick Launch Icons" /f
    REG ADD %KEY%\23 /V 1 /D "%PP%\Qlaunch\Qlaunch.exe" /f

    REG ADD %KEY%\24 /VE /D "Start-Up Links" /f
    REG ADD %KEY%\24 /V 1 /D "%PP%\Startup\startup2.exe" /f

    REG ADD %KEY%\25 /VE /D "Dream Weaver 8" /f
    REG ADD %KEY%\25 /V 1 /D "%PP%\DreamW8\Dream.msi /qb- REBOOT=REALLYSUPPRESS" /f
    REG ADD %KEY%\25 /V 2 /D "%SYSTEMROOT%\REGEDIT.EXE /S %PP%\DreamW8\Dream.reg" /f
    REG ADD %KEY%\25 /V 3 /D "%PP%\DreamW8\Dream.exe" /f

    REG ADD %KEY%\26 /VE /D "Importing Registry Tweaks" /f
    REG ADD %KEY%\26 /V 1 /D "%SYSTEMROOT%\REGEDIT.EXE /S %PP%\Tweaks\Tweaks.reg" /f
    REG ADD %KEY%\26 /V 2 /D "%SYSTEMROOT%\REGEDIT.EXE /S %PP%\Tweaks\CuteFtp.reg" /f
    REG ADD %KEY%\26 /V 3 /D "%SYSTEMROOT%\REGEDIT.EXE /S %PP%\Tweaks\speedfan.reg" /f
    REG ADD %KEY%\26 /V 4 /D "%PP%\Tweaks\ie.exe" /f

    REG ADD %KEY%\27 /VE /D "TVU Player" /f
    REG ADD %KEY%\27 /V 1 /D "%PP%\TVUPlayer\Setup.exe /S /D=C:\TVUPlayer" /f

    REG ADD %KEY%\28 /VE /D "AIDA32 Enterprise System Info 3.93 " /f
    REG ADD %KEY%\28 /V 1 /D "%PP%\AIDA\AIDA.exe" /f

    REG ADD %KEY%\30 /VE /D "Office 2003" /f
    REG ADD %KEY%\30 /V 1 /D "%PP%\Office\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

    REG ADD %KEY%\31 /VE /D "Acrobat Pro.708" /f
    REG ADD %KEY%\31 /V 1 /D "%PP%\AcrobatPro.708\AcroPro.msi TRANSFORMS=AcroPro.mst /qb /norestart" /f

    REG ADD %KEY%\32 /VE /D "WinWall V2.1" /f
    REG ADD %KEY%\32 /V 1 /D "%PP%\Winwall\winwall_setup.exe /VERYSILENT /SP- /DIR=C:\Winwall /NORESTART" /f
    EXIT

    according to the unattaned guide examples, you were missing an all important \ between %KEY% and the number. Without this \ you will get

    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx1
    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx2
    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx3
    etc

    after the %KEY% is expanded during processing. Also as Arie already said they will run as 1,10,11,12...2,20,21... if you dont put 0 (or another character like a befor the digit)

  9. Brian- Ok here is how you calculate that

    1024 bytes = 1KB

    1024 KB = 1 MB

    1024 MB = 1GB

    etc

    the reason for 1024 is to do with information being stored in binary (in bits). 1024 is 2^10.

    Therefore 7.5MB = 7.5 * 1024 *1024 = 7864320 bytes

    This makes your calculation into

    7864320 / 60 = 131072 bytes per second, * 8 bits = 1048576 bits per sec, = 1024 Kb/s or 1Mb/s

    Just so you know some manufacturers of hard drives have been fined in Europe for advertising a hard drives as having more space because they use the wrong conversion e.g. 500GB, they use 1000 bytes = 1Kb etc, so they are actually selling 465GB of space ((500*1000*1000*1000 )/ (1024*1024*1024))

    This is also why in Windows when you look at a hard drives space info it will say one figure for bytes and something different for GB, e.g. 4,550,839,296 bytes used (4.23GB used)

  10. Firstly was

    $OEM$\$\My Downloads
    a typo, it should be
    $OEM$\$1\My Downloads

    lokk here

    Also when looking to fix a fault like this, graphics can help. Open the cd in Explorer and create a screenshot of the left pane with all the $OEM$ folder expanded (like in the unattended guide above). This will help us see if the folders are named correctly etc

×
×
  • Create New...