Search found 3 matches

by SNIPE
2023-Mar-08, 8:05 pm
Forum: Windows CMD Shell
Topic: Batch Script not Executing filename + Parameters
Replies: 4
Views: 85936

Re: Batch Script not Executing filename + Parameters

The reason I did it was because I had several folders named v1,v2,v3 etc so while my code that detected the latest folder worked, It was for the CLI part of my C project, so I want to to use the same makefile.bat to work with the graphical part of my C project, which meant that I decided to manually...
by SNIPE
2023-Feb-22, 7:03 am
Forum: Windows CMD Shell
Topic: Batch Script not Executing filename + Parameters
Replies: 4
Views: 85936

Re: Batch Script not Executing filename + Parameters

Hi, I did not know about F7 / fn+F7 in CMD until today!. I decided to instead make some embedded VBS script in my batch file that opens a 'browse for file' dialog rather than do as I said in my original post however I still would like for it to, after it asks for me to browse for the file, echo gcc ...
by SNIPE
2023-Feb-17, 7:02 pm
Forum: Windows CMD Shell
Topic: Batch Script not Executing filename + Parameters
Replies: 4
Views: 85936

Batch Script not Executing filename + Parameters

My batch script asks the user if he wants to run the program LegoScript.exe If the user hits 'N' or 'n' then it terminates the program, however if the user types 'Y' or 'y' then it should echo the string "legoscript.exe" and then place the cursor right after it on the same line, so that th...