@ECHO off REM =================================================================== REM REM PARSE.BAT - A batch file that parses a filename. REM REM Entry: %1 is the filename entered by the user REM %2 is the default filename extension desired. REM REM Exit: %FNAME% contains the parsed filename REM REM =================================================================== SET fname=%1 SET fext=%2 IF .%1==. STRINGS fname = ASK Please enter the name of the file STRINGS fname = FILENAME %fname% IF .%2==. STRINGS fext = ASK Please enter the extension of the file STRINGS fname = FILENAME %FNAME% SET fname=%FNAME%.%FEXT% IF EXIST %FNAME% GOTO END ECHO The filename %FNAME% does not exist. SET fname= GOTO end :END SET fext=
file: /Techref/dos/command/strings/PARSE.BAT, 0KB, , updated: 1992/11/5 23:18, local time: 2024/10/31 18:28,
3.149.24.98:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/dos/command/strings/PARSE.BAT"> dos command strings PARSE</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.