Dos Command Strings Parse.bat

@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: 2025年9月20日 06:44,
40.74.122.252:LOG IN

©2025 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?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/DOS/command/strings/PARSE.BAT"> DOS command strings PARSE</A>

Did you find what you needed?

Welcome to massmind.org!

Welcome to techref.massmind.org!

.

AltStyle によって変換されたページ (->オリジナル) /