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 biv343 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: *

  1. JoshLindenmuth

    Shell command not working on some computers?

    SOLVED IT! We use Kaspersky Anti-Virus, which was blocking the Shell command for some reason.
  2. JoshLindenmuth

    Shell command not working on some computers?

    Yes, I'm 100% sure (sitting at my work computer now). Last night I ran the following test commands at home - all of them worked, but none did anything here at work: Shell "notepad.exe" Shell "cmd.exe" Shell "start cmd.exe" Shell "start test.pdf" Shell "import.bat c:\eetemp.dat"...
  3. JoshLindenmuth

    Shell command not working on some computers?

    I feel like I'm losing my mind here. I have a simple subroutine in Excel 2003, and on some computers it works, on others it doesn't: Code Snippet Sub test() retval = Shell("c:\windows\notepad.exe", vbMaximizedFocus) MsgBox retval End Sub In particular, ALL the computers at work do...

Part and Inventory Search

Back
Top