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 › Start a program with command line args [solved]

Start a program with command line args [solved]

Posts 1–4 of 4 · Page 1 of 1
Kudi
Kudi
Start a program with command line args [solved]
hi guys i need your help

i want to make a programm that starts css
normaly i would use this code:
Code:
process.start("application path")
but when i click on the shortcut to see the startuppath i see this
Code:
"C:\Program Files\Counter-Strike Source\hl2.exe"-nomaster -game cstrike -nojoy
is there a way to start hl2.exe-nomaster -game cstrike -nojoy ?
please help me
thanks
#1 · 15y ago
Blubb1337
Blubb1337
[highlight="VB.Net"]Dim startInfo As New ProcessStartInfo("C:\Program Files\Counter-Strike Source\hl2.exe")
startInfo.Arguments = "-nomaster -game cstrike -nojoy"
Process.Start(startInfo)[/highlight]

Dno if that works.
#2 · 15y ago
Kudi
Kudi
thank you blubb
works perfect
#3 · 15y ago
Jason
Jason
Marked solved then. Back to hiatus until tomorrow night. Sorry to anyone with pending attachments, cannot download where I am at the moment, will be back tomorrow night.
#4 · 15y ago
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

  • Interfacing with Command-Line programs.By Jason in Visual Basic Programming
    4Last post 15y ago
  • [Help]How to start another program?[Solved]By Web-Designer in Visual Basic Programming
    11Last post 16y ago
  • Starting Minecraft Command-Line!By hexacyanide in Minecraft Discussions
    2Last post 15y ago
  • Watch star wars!!! With... Command prompt!!!!By nukeist_ in Entertainment
    10Last post 19y ago
  • [Help] How to close a program with a hotkey (VB6).By wr194t in Visual Basic Programming
    7Last post 18y ago

Tags for this Thread

None