Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: omegabeta
  • Order by date
  1. omegabeta

    Compaq: disable floppy

    Hi, I want to disable floppy from setup on a Compaq 600/66MHz system. F10->Advanced->Onboard devices->Diskette controler=Disable ->F10 After restarting I get the following 2 error messages: 601- Diskette Controler Error . The drive is not installed corectly or has failed. ... 162 -System...
  2. omegabeta

    Enable & Disable floppy device

    Well , my system is NT4.0 SP6. Any idea ?
  3. omegabeta

    Change the value of registry key

    tsuji, I didn't done this before.Can you give an example(code) ?
  4. omegabeta

    Enable & Disable floppy device

    Hi, I want to disable the floppy device by soft and enable&disable by a .bat file like this: EnableDisable.exe 'activate the floppy MyApplication EnableDisable.exe 'desactivate the floppy The idea is: the device must be activated only for the application then must be disabled. Can someone...
  5. omegabeta

    Change the value of registry key

    It's OK. But valKey is &RUN. How can I rename the Open to Open1 ?
  6. omegabeta

    Change the value of registry key

    Hi, I want to change the value of registry key with another, so that ...\open be changed in \open1. I've start with the following: Dim WSHShell, valKey Set WSHShell = WScript.CreateObject("WScript.Shell") valKey = WSHShell.RegRead("HKEY_CLASESS_ROOT\VBSFile\Shell\open") ..but I get an...
  7. omegabeta

    Delete a window from display

    Thanks to both of you.
  8. omegabeta

    Delete a window from display

    Hi, In my script I made a copy operation but at the end I want the window to be deleted from display. I've tried with exit but it doesn't work. oShell.run "cmd /k copy " & Source & "*.txt " & Dest,5 oShell.run "cmd /k exit" Can someone tell me haw can I solve the problem ? Thanks in advance
  9. omegabeta

    Running ActiveX error

    Thanks carr.
  10. omegabeta

    Running ActiveX error

    Hi, Using IE 5.5 and access a page on Internet I get the following message: "Your current security settings prohibit running ActiveX controls on this page. As a result, the page may not disply correctly." How can I avoid that (What settings must I do)?
  11. omegabeta

    Read from a file

    Thanks TomThumbKP. You have a star from me.
  12. omegabeta

    Schedule the saving time in EXCEL

    Thanks jdhilljr.
  13. omegabeta

    Read from a file

    My text file looks like the following: ------------------------------------------------------------ Data Hour Location ------------------------------------------------------------# 12.05.2004 16:57:57 Computer1 12.05.2004 17:22:58 Computer2...
  14. omegabeta

    Read from a file

    Hi, I have a .txt log file. From my script I want to add a new line that contains date, hour and location of backup. I've tried with ForAppending and it works. But I want that the last information to be on top so, descending data. My procedure is the following: Sub LogFile(FileLoc) Dim...
  15. omegabeta

    Schedule the saving time in EXCEL

    Hi, Can I schedule a saving time in EXCEL97(like in Word)? Thanks in advance.
  16. omegabeta

    Problem with FAT

    Should I try to reinstall WinXP ? Now the system work normally using Win98, but as I said the disk E looks like C. Can I restore the initial FAT ?
  17. omegabeta

    Problem with FAT

    On a P4 system initialy I had: C - win98; D- winXP The operator shutdown the computer using the button when it didn't work. After restart, while Scandisk was running the operator shutdown again the computer(using the button of course). Now the state of system is as following: C- win98; D- no...
  18. omegabeta

    Task scheduler

    I've just reinstalled the O.S (NT4.0) and I cannot access task scheduler. The folder c:\winnt\tasks cannot be opened. I get no error message. What can I do to use again task scheduler ? Thanks in advance
  19. omegabeta

    Floppy- disk problem

    Well I don't know how now it work. Thanks to all anyway.

Part and Inventory Search

Back
Top