Jump to content

Jeppe

Members
  • Posts

    60
  • Joined

  • Last visited

Posts posted by Jeppe

  1. Hello, 

    I'm trying to make a batch file that will run AIDA64 (Buisness) and use the custom template ive created. 
    I furthermore want the report to be placed in a folder thats name after the Serial Number on the motherboard. (The file must also be named after the Serial Number.) 

    Sofar ive come up with:

    for /F "skip=2 tokens=2 delims=," %%A in ('wmic bios get serialnumber /FORMAT:csv') do (set "serial=%%A")
    
    echo %serial%
    
    Start D:\AIDA64\Aida64.exe /CUSTOM C:\Users\Jeppe Helbo\Desktop\AIDA64project\fulrep.rpf /LANGEN /R C:\Users\Jeppe Helbo\Desktop\AIDA64project\Testmaskiner\%serial% /XML
    
    PAUSE 

    But im not too great at creating batch files, so the above just runs the entire aida full report, and dont output it anywhere. 

    Does anyone have some insight on what im doing wrong.

  2. [ Generic PnP Monitor [NoDB] ]
     
          Monitor Properties:
            Monitor Name   Generic PnP Monitor [NoDB]
            Monitor ID   LEN4140
            Manufacturer   ATNA40JU01-0
            Manufacture Date   Week 49 / 2015
            Serial Number   None
            Max. Visible Display Size   310 mm x 175 mm (14.0")
            Picture Aspect Ratio   16:9
            Gamma   2.20
            DPMS Mode Support   Standby, Suspend, Active-Off
     
          Supported Video Modes:
            2560 x 1440   Pixel Clock: 242.19 MHz

     

     

    This is an OLED panel 

  3. The project is about scanning for hardware information and then posting it to a page that can be used for (just an example) selling a product based on hardware. 
    Its not easy to describe exactly what im trying to do. 

    Alot of the other components in the computer, like the total amount of ram installed, or the name of the computer, can be targeted directly at say the Motherboard, and then sub section to Motherboard Properties, where the motherboard name can be found. 
    The above applies to several other components aswell. 

    By being able to pinpoint where the components are in the XML file, i can have a different script call to "Motherboard Name" and take the result from there, for example: ASUS ZenBook 3 UX390UA. 

     

    The problem with the Camera / Bluetooth, in this case, is that if i follow the same logic for targeting a part, i would first target the "Summary" of the PC. Then under "Summary" i would tell my script to go to "Peripherals", and as it is currently i would have to make it call to "USB Device". Doing this could give me 5 different outputs, to the same field.

  4. Hello.

    Im working on a project where i from XML files, want to be able to drag out specific parts of the hardware in a computer. 

    But ive ran into a problem when i want to pinpoint the Camera or bluetooth. 
    Most of the other properties like CPU or Memory can be pinpointed to the Motherboard or DMI, but things like Camera and Bluetooth are just listed under Peripherals. Is there a way to make the report put all peripherals in different sub categories. 

    So say i could tell my script to go to "Peripherals#1" and pick the component from that category? 

     

    Best regards 

    camerabluetooth.PNG

×
×
  • Create New...