batch file - Hmm, what did i do (Application selector)(Program error(IGNORE POST)) -
So, I'm trying to make an app selector - I got everything from a problem - I used to do it I can get it if this program is in the same folder as the batch file, but this code is
start the CD "% userprofile% \ Desktop \ Multibech \ Place application here" Glyph.exe < / Code> Not here my old one works only in that folder
if% selector% == 7 GlyphClient.exe Rarnb to So How do I get to launch it, it means I'm in the directory - I put glyphs it.
Please help but respect.
Full code
@echo off @title Multi Tool Color 0C: Title Echo ------------------ ------- -------------------------------------- Resonance ---- ------- -------- Multilay by Michael Lock --------------------- echo ---------- ------- ------------------------------------------- --- Stop: Selection 1 echo ------------------------------------------ -------- ------------- Echo - ---------------------- Selection Tool --- ---------------------- Echo --------------------------- ----------------------- ------------- Resonance [1] Website selection echo [2] Application selection echo [ 3] calculator echo [4] clock [update every minute] echo [E] exit option / s : 1234 E Goto Action% Error Level%: Action 1 echo Website Selection Selected Weblog: websel echo ----------------------------- ----- ----------------------------- echo --------------- ----- - Choose Your Website ---------------------- Resonance ------------------ ---- ----------------------------------------- echo [1] Google Echo [2] Minecraft.net echo [3] Kryptocraft.net echo [4] Amazon.co.uk echo [5] Virmach.com echo the client area [6] xpaw.ru echo [7] twitter.com echo [ 8] YouTube echo [9] Exit prompt choice / C: 123456789 Goto web% errorlevel% cls: launch web1 start echo Google.com started www.google.com goto title: web3 Start Echo: Web2 Start Minecraft.net www.minecraft.net Goto Title Start Echo Kryptocraft.net Launches www.kryptocraft .net Goto Title: Web4 Echo Start Amazon.co.uk www.amazon.co.uk Goto Title Start: Web5 Start Echo Virmach Customer Panel Launch www.virmach.com/manage/clientarea.php Goto Title: web6 xpaw resume resonance. Ru start www.xpaw.ru/mcstatus goto title: web7 start echo start Twitter.com www.twitter.com goto title: web8 start echo starting youtube.com www.youtube.com goto title: web9 prompt to geto exit extprompt Going Echo: Action 2 Echo Action Selection Selected Goto Apples: Apesel Echo ------------------------------- -------- ------------------------ ECO ----------------- --- Choose your application - ------------------ Resonance ------------------------ ------- -------------------------------- echo [1] Glyph echo [2] Photoshop echo [3] Nero Video 2015 echo [4] Mozilla Echo Firefox [6] Buzz Task Manager [6] Notepad ++ Echo [7] Minecraft Echo [8] FTB Echo Launcher [9] ATLauncher Echo [Q] Exit Early Choice / C: 123456789Q Goto Apps% errorlevel% cls : App 1 Echo Glyph Pusha Launch "% userprofile% \ Desktop \ MultiBatch \ Place Applications here" Start GlyphClient.exe POPD Geto Title
You can change your cd command as the CD / D ... In will be found to have been changed and that the program will not program batch file in different drives. Or if you know the full path to the application, you can start
"" x: \ some \ where \ something.exe "
Comments
Post a Comment