Search found 2 matches
- 22 Apr 2021 09:03
- Forum: DOS Batch Forum
- Topic: Delete specified multiple lines of a not in use batch file through another batch file?
- Replies: 4
- Views: 7236
Re: Delete specified multiple lines of a not in use batch file through another batch file?
Sorry, i'm new here. This is way to complex for me to understand but thank you so much for the effort you put in it!!!
- 03 Apr 2021 15:15
- Forum: DOS Batch Forum
- Topic: Delete specified multiple lines of a not in use batch file through another batch file?
- Replies: 4
- Views: 7236
Delete specified multiple lines of a not in use batch file through another batch file?
this is is a little program i made to launch games with the Project64 Emulator: @echo off echo Type 1 for Super Mario 64, type 2 for Ocarina of Time, type 3 for Majora's Mask set /p input= if %input%==1 goto Game1 if %input%==2 goto Game2 if %input%==3 goto Game3 :Game1 cd "C:\Users\Giovanni\Desktop...