Windows 10: Batch File run but GUI not prompt

Discus and support Batch File run but GUI not prompt in Windows 10 Software and Apps to solve the problem; Hello,I made an batch file to run exe file but GUI prompt not appear if i tried to run from outside i.e. batch file present on ABC Folder and I am... Discussion in 'Windows 10 Software and Apps' started by Vipin Bansal1, Jul 22, 2022.

  1. Batch File run but GUI not prompt


    Hello,I made an batch file to run exe file but GUI prompt not appear if i tried to run from outside i.e. batch file present on ABC Folder and I am going to command prompt and run the same it's running and GUI Interface shows but when I runneed the file from other directory i.e. D:\TOM Folder then GUI Interface not running but other cmd argument running well with same directory i.e. mkdir,dir etc.Please let me know how can I run the same exe file with GUI Interface from other Directories.MY OS Windows 11.

    :)
     
    Vipin Bansal1, Jul 22, 2022
    #1
  2. amikhan1 Win User

    How to add a prompt dialog box through a batch file

    Hi All,

    Hope you all are doing good, I have a simple question where in i am trying to run two batch scripts and i want to add a prompt dialog box after the completion of one script so that once the user hits Yes the second batch file should not run if clicked on
    no it should execute the batch file

    Your suggestion would be of great help.

    Thanks
     
    amikhan1, Jul 22, 2022
    #2
  3. oily_17 Win User
    Batch Files Knowledge Base

    Don't use batch files very much but one I find useful is for creating a list of files in a directory.
    Just copy the text below into Notepad and save as Filelist.bat

    dir /a /-p /o:gen >filelist.txt

    When you run it from a folder it will create a Filelist.txt file,in the same folder, that lists all the files in that folder.Useful when you are too lazy to type all the files out yourself.
     
    oily_17, Jul 22, 2022
    #3
  4. Batch File run but GUI not prompt

    Batch Files Knowledge Base

    Very nice and usefull thanks for contributing.
     
    AphexDreamer, Jul 22, 2022
    #4
Thema:

Batch File run but GUI not prompt

Loading...
  1. Batch File run but GUI not prompt - Similar Threads - Batch File run

  2. Command Prompt - Unable to type while running batch

    in Windows 10 Software and Apps
    Command Prompt - Unable to type while running batch: While I am running a batch in Command Prompt, it dosen't let me type when it asks me a question and I answer Y or N. Does anyone know how to fix this?...
  3. Cant run Batch file

    in Windows 10 Gaming
    Cant run Batch file: When i try to run a batch file all it says is this app can't run on your pc i tried going to my property and going to compatibility but it isn't there im on windows 11 btw but if someone can pls help...
  4. Cant run Batch file

    in Windows 10 Software and Apps
    Cant run Batch file: When i try to run a batch file all it says is this app can't run on your pc i tried going to my property and going to compatibility but it isn't there im on windows 11 btw but if someone can pls help...
  5. Starting batch file only opens command prompt versus running the batch file?

    in Windows 10 Gaming
    Starting batch file only opens command prompt versus running the batch file?: I'm trying to run one batch file, then another. Instead of running the 2nd batch file, it just opens another black screened command prompt with the name of the batch file as the first line in the command prompt? Any ideas why?...
  6. Starting batch file only opens command prompt versus running the batch file?

    in Windows 10 Software and Apps
    Starting batch file only opens command prompt versus running the batch file?: I'm trying to run one batch file, then another. Instead of running the 2nd batch file, it just opens another black screened command prompt with the name of the batch file as the first line in the command prompt? Any ideas why?...
  7. Batch File run but GUI not prompt

    in Windows 10 Gaming
    Batch File run but GUI not prompt: Hello,I made an batch file to run exe file but GUI prompt not appear if i tried to run from outside i.e. batch file present on ABC Folder and I am going to command prompt and run the same it's running and GUI Interface shows but when I runneed the file from other directory...
  8. Command Prompt/ Batch files

    in Windows 10 Ask Insider
    Command Prompt/ Batch files: [ATTACH] when i create a batch file to ping something, it spams the command and throws no response. how do i fix this? https://preview.redd.it/fyy6qwrfx7n61.png?width=256&format=png&auto=webp&s=d55552fdc7a5c297d565617f710992048238660c submitted by /u/xWasss [link]...
  9. How to run Batch file as Administrator without prompt in Windows 10

    in Windows 10 News
    How to run Batch file as Administrator without prompt in Windows 10: [ATTACH] [ATTACH]You can execute a number of tasks on your Windows computer by running commands. These commands work great. Some people also try to execute a number of these commands one by one. This bulk execution of commands helps them get [...] This post How to run Batch...
  10. Running an uneditable Batch file

    in AntiVirus, Firewalls and System Security
    Running an uneditable Batch file: Hi people, Got a task to run a certain CMD command on a number of PCs as administrator. So I thought i would create a batch file doing this. This is not the issue. The issue is that I am unable to lock down successfully so people cannot just edit the file to see the admin...