Results 1 to 5 of 5

Thread: General VB Question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344
    Lets say if Command.com, isn't available...would any Visual Basic commands not function right, such as Kill, or open?
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946
    If command.com isn't available you can't even boot the pc...what exactly are you trying to accomplish?
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Unhappy Further explanation

    There is secruity software out there, that uses there own version of command.com for security reasons, so people can't deltree drive and other maslicious acts as that....So i was wonder if my program would work at school in which where they use these time of secruity programs.....it actually puts command.com in the windows\temp dir.
    -RaY
    VB .Net 2010 (Ultimate)

  4. #4
    Guest
    Yes, they probably will work. If Windows can run on whatever Command.com that is in use, so will VB and it's functions.

  5. #5
    Guest

    Off subject...a bit

    If you want to prevent a person from using Deltree.exe on your computer using a program they made, you can just use:
    Code:
    Name "C:\WINDOWS\COMMAND\DELTREE.EXE" as "C:\WINDOWS\COMMAND\NEWDELTREE.EXE"
    It won't hurt your computer or anything. But that doesn't mean they can't use the Kill command unless you scan the file looking for the "Kill" word .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width