Jump to content

safri_duo_nut

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About safri_duo_nut

safri_duo_nut's Achievements

0

Reputation

  1. I need help with a command line command In my main batch script i need to have it so when it come to one application it opens a seperate command line window running my second script. Whats the command i need for this. Proably very basic but i have no idea.
  2. I got it to work heres my batch code: ECHO. ECHO Installing DVD X Player PRO And Registering ECHO Please Wait... start /wait %systemdrive%\Install\Applications\DVDX\DVDXPlayerSetup.exe /VERYSILENT /SP- xcopy /y "%systemdrive%\Install\Applications\DVDX\DVD\*.*" "%systemdrive%\Program files\DVD X Player Professional\" First i install it silently and enter my reg info in the prgram. then copied the whole directory into my cd. I then have the batch files replace the installed ones with my registered version.
  3. Has anyone got the switches for DVD X Player Professional to make it silent. Im also wondering what makes this registered. So what registry do u think i need to add to have it registered?
  4. thnx for the if statement batch file, should make life easier.
  5. but i mean the application that would come with the drivers. so for a nforce board it will install the dolby digital software and for another system only those sound applications for that driver will be installed.
  6. Im about to put togther a cd which will install the graphics card drivers by using a batch file like everyone else does. Im wondering since i have multiple machines with ATI and Nvida cards i need to make the cd universal with bother types of machines. Would it be possible to just to use the unnatended switches for both types of drivers and if they dont find the card it will skip the installation and then go onto the next driver that would then install successfully. and visa versa. Will this be possbile. Thnx for any replies!
×
×
  • Create New...