Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
execute a shall file when linux start up
Name: fnur101 Date: June 29, 2009 at 10:38:28 Pacific OS: redhat linux Product: Oracle / 10g Subcategory: Batch
Comment:
i use oracle 10g database,application server & report server in red hat linux. each time i have to execute 3 shall file to start the 3 different server. is it possible when i start the linux the 3 command server start autometicall? and when i shutdown the linux the 3 shall shutdown auto?
Summary: Hi, I have been developing a program which will delete a list of registry keys. I use this as a removal tool because the uninstall program on my companies computers doesn't work. I have already writte...
Summary: I am trying to delete blank lines from a text file when executing my batch file. I used the code found on this site @Echo off For /F "tokens=1 delims=" %%A in (c:\orig.txt) Do Echo %%A >> c:\new.tx...
Summary: hi everyone. i just downloaded and installed sun's jwsdp v1.2. i was use to using 1.0.1 i think. when using the old version, and it came time to compile a jsp page resulting in a war file, i simply...