Jump to content

MedicaL

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About MedicaL

MedicaL's Achievements

0

Reputation

  1. Hmmmmmm, I think it is a good thing to know how to do and it will come in handy Why you holdin out on me
  2. I need to have a Program run hidden without the person knowing it is running. 1. In Visual Basic how would I accomplish this? 2. Can I make a batch file to do the same thing? 3. Is there a way for the program to be hidden from Windows Task Manager? So when a person control+alt+deletes they don't see it. 4. Is there a way for a .exe to execute itself so it will keep opening itself without instruction by the user? So when a person has a program I give them it will try to open itself automatically Or automatically once it is opened one time. So maybe it drops in a little .bat or .exe or something that looks like nothing but it keeps opening the other file. I have no idea on this so I need input. Lastly, How can I have one file into which I put another file that when activated drops the file I put into it unoticed by the person. And to top it off it drops in the file and also activates it. I can't really say I expect anyone to answer all of these questions but if you know any of them or have any info that can help me please post it or tell me in a e-mail. Im just tryin to learn and sorry im such a noob
  3. Shell ("C:\where ever you files is.exe") ex: Shell ("C:\calculator.exe") /opens calculator
  4. I Don't Know how to Put this.. but is there a way for a visual basic program to run commands on app or programs open outside of it. For example, i can open a prog thorugh VB (ex: shell = ("C:\File.exe") but is the any way to code in commands to this prog too once it is open. Thats why I entitled this post "I Don't Know how to Put this.." cause i really don't. Any example of how to do this will help immensly. Thanks.
  5. Hello, I need to find out how to replace one file with another in Visual Basic 6. Say I need to replace the file C:\Program Files\Folder\test.txt with the file C:\Program Files\documents\test.txt . How would I write that? Thank You for your help
×
×
  • Create New...