Creating boot.properties file in windows from command prompt for weblogic managed server
Creation of file.txt or boot.properties for a windows machine from the command prompt
*************************************************************************
In general, for Linux machine, we can go with
"vi filename.txt"
*************************************************************************
For windows
"copy null > filename.txt"
*************************************************************************
For deleting the file in Linux
rm -rf filename.txt
*************************************************************************
For deleting the file in windows
del filename.txt
Comments
Post a Comment