@echo off
echo docs at the end ...
set _BaseDir=E:\perl\sfw
set _ProductName=PerlMinLogger
set _ProductVersion=1.1.0
set _ProductType=dev
set _ProductOwner=ysg
set _EnvironmentName=%_ProductName%.%_ProductVersion%.%_ProductType%.%_ProductOwner%
set _ProductVersionDir=%_BaseDir%\%_ProductName%\%_EnvironmentName%
set _TextEditorName=textpad
:: OPEN all the files from the sfw dir
for /f %%i in ('dir %_ProductVersionDir%\sfw\*.sh *.cmd /s /b') do start /max %_TextEditorName% "%%i"
:: OPEN all the files from the sfw dir
for /f %%i in ('dir %_ProductVersionDir%\sfw\perl\*.pm *.pl /s /b') do start /max %_TextEditorName% "%%i"
:: open all the files from the conf dir
for /f %%i in ('dir %_ProductVersionDir%\conf\*.ini /s /b') do start /max %_TextEditorName% "%%i"
:: OPEN all the files from the log dir
for /f %%i in ('dir %_ProductVersionDir%\data\log\*.log /s /b') do start /max %_TextEditorName% "%%i"
ECHO OPEN THE SearchAndReplace Utility
:: cmd start /max SearchAndReplace.exe
:: File: Open-PerlMinLogger.1.1.0.dev.ysg.hostName.cmd
:: Purpose: Single click for all desired files of types in your favorite text editor
:: Requirements
:: W2K and bigger. The name of your text editor should be in your path
:: Your texteditor should support TextEditor FileToOpen1 FileToOpen2 call syntax
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!