Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › Programming › Visual Basic Programming › How to: Move a File in Visual Basic

ExclamationHow to: Move a File in Visual Basic

Posts 1–13 of 13 · Page 1 of 1
Pixie
Pixie
How to: Move a File in Visual Basic
Link from where I got:
How to: Move a File in Visual Basic

Code:
My.Computer.FileSystem.MoveFile("C:\TestDir1\test.txt", _
    "C:\TestDir2\test.txt")
Note: TestDir1 and 2 are usernames, change then to the loctation to take from, and to the location to.

And for moving file and renaming it:

Code:
My.Computer.FileSystem.MoveFile("C:\TestDir1\oldname.txt", _
    "C:\TestDir2\newname.txt", _
    FileIO.UIOption.AllDialogs, _
    FileIO.UICancelOption.ThrowException)
Also, if you want to make a button/label open up internet and go to website, use this code:

Code:
Process.Start("http://DomainHere.com/net/tk/etc...")
Also, if you want to make something create a text file:
Code:
My.Computer.FileSystem.WriteAllText("C:\TestFolder1\test.txt", _
"This is new text to be added.",True)
Also, if you want me to make tutorials on making actual computer programs, then PM me, I can make tutorials on making a:
Spammer, note pad, msg box generator, speech, auto clicker, etc, just PM me...

IT'S SO SIMPLE! If you need any help, just PM me...
#1 · edited 17y ago · 17y ago
Pixie
Pixie
Also, if any help, just PM me...
#2 · 17y ago
Khahnlehuu
Khahnlehuu
niceeeee really helped
#3 · 17y ago
Pixie
Pixie
Quote Originally Posted by Khahnlehuu View Post
niceeeee really helped
Your welcome, and lmao, finally, people in the Visual Basic section!
#4 · 17y ago
Khahnlehuu
Khahnlehuu
yup go visual basic lol
#5 · 17y ago
DU
dura2
cool thanks!
#6 · 17y ago
Tierrize
Tierrize
Great job......
#7 · 17y ago
Jimmy
Jimmy
wont work for me i need help
#8 · 17y ago
IA
Iamazn
Quote Originally Posted by jimmydang09 View Post
wont work for me i need help
Better file mover
#9 · 17y ago
Jimmy
Jimmy
[IMG]http://i533.photobucke*****m/albums/ee333/jimmydang44/helpmepixie-2.jpg?t=1252967274[/IMG]

i get this

and im trying to make this

[IMG]http://i533.photobucke*****m/albums/ee333/jimmydang44/JD09.jpg?t=1252967319[/IMG]
#10 · 17y ago
Pixie
Pixie
Quote Originally Posted by jimmydang09 View Post
[IMG]http://i533.photobucke*****m/albums/ee333/jimmydang44/helpmepixie-2.jpg?t=1252967274[/IMG]

i get this

and im trying to make this

[IMG]http://i533.photobucke*****m/albums/ee333/jimmydang44/JD09.jpg?t=1252967319[/IMG]
I don't think the guns work any more, and I figured ur problem, it's the last 2 lines of code, that shouldn't be there...
Read your PMs, I responded already, it's about the Team viewer thing
#11 · 17y ago
Jimmy
Jimmy
i toke those out tryed it wont work
same problem

how do i make it look like this


[IMG]http://i533.photobucke*****m/albums/ee333/jimmydang44/next.jpg?t=1252969307[/IMG]
#12 · edited 17y ago · 17y ago
Pixie
Pixie
Quote Originally Posted by jimmydang09 View Post
i toke those out tryed it wont work
same problem

how do i make it look like this


[IMG]http://i533.photobucke*****m/albums/ee333/jimmydang44/next.jpg?t=1252969307[/IMG]
?? So you want it to go to your C:\ Drive?? Just make sure to be on at 11:00 - 12:00, even if you haz to sneak on, so I can TeamView you, although not promising that any punishment will be given by parents...
#13 · 17y ago
Posts 1–13 of 13 · Page 1 of 1

Post a Reply

Similar Threads

  • Making A Batch File In Visual BasicBy condor01 in Visual Basic Programming
    0Last post 18y ago
  • How to make a webbrower using Visual BasicsBy KyleForrest in Visual Basic Programming
    3Last post 17y ago
  • [Source]Visual Basic Phishing Files for warrock (client + server)By HeXel in Trade Accounts/Keys/Items
    9Last post 18y ago
  • Tutorial - How to use Visual Basics 6 (vb6) for WarRock hacksBy Oneirish in Visual Basic Programming
    17Last post 18y ago
  • Tutorial - How to use Visual Basics 6 (vb6) for WarRock "easy"By Oneirish in Programming Tutorials
    2Last post 18y ago

Tags for this Thread

#basic#file#move#visual