|
-
Jun 13th, 2000, 06:48 PM
#1
Thread Starter
Hyperactive Member
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)
-
Jun 13th, 2000, 08:40 PM
#2
_______
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
-
Jun 13th, 2000, 10:47 PM
#3
Thread Starter
Hyperactive Member
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)
-
Jun 14th, 2000, 02:32 AM
#4
Yes, they probably will work. If Windows can run on whatever Command.com that is in use, so will VB and it's functions.
-
Jun 14th, 2000, 03:42 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|