Jump to content

user1453

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About user1453

user1453's Achievements

0

Reputation

  1. I have tried using your batchfiles to slipstream your driver packs into windows but I keep getting errors I think I have a possible way around this but I want to ask you if you think it would work and wether I have your permission to try it My alternave to your slipstream batch file is to use the drivers extracted by your first batch file, stick them in an oem direcory ad the path to the winit file but, would I have to include all the subfolder eg chipset/nivida or could I just add the path to the chipset folder, not including the subfolders Would this work?
  2. I understand why the taskkill commands are in but I think the reason for my problems is my windows installation, I won't accept the ping command ether
  3. The cd eject portion of the script works perfectly, but the taskkill commands all fail. I get an error message taskkill.com is not a valid win32 application ditto for the shutdown commad the next at the end of the file also causes an error, however I sorted this by removing it.
  4. and use this code if I just wanted it to eject the cd? WScript.Sleep 600 strComputer = "." On Error Resume Next Const Hidden = 0, Normal = 1, Min = 2 Const LogOff = 0, Shutdown = 1, Reboot = 2,PowerOff = 8 Dim WMISrv, StrOS, ObjOS Dim Act : Set Act = CreateObject("Wscript.Shell") Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection colCDROMs.Item(i).eject Act.Run("%comspec% /c TASKKILL /F /T /IM Cscript.exe"),Hidden,True Act.Run("%comspec% /c TASKKILL /F /T /IM Wscript.exe"),Hidden,True Act.Run("%comspec% /c TASKKILL /F /T /IM Wmiprvse.exe"),Hidden,True Next
  5. Hi, this probably sounds like a stupid piddling question but I have been banging my head against this for hours I have a copy to cd program which allows you to drag and drop files to a cd/dvd, then when you try to eject it it finialises the disk Here's the problem, I would like to make a program wich waits 10 minutes, sends an eject the cd command and then 5 minutes later shuts down the pc, (win xp pro) Any ideas on how to do this guys Anyone know how to do this?
×
×
  • Create New...