Old:Bugs 3.5-Apollo: Stop bat: Difference between revisions

Punctuation and grammatical changes.
(New page: {{Uc nav 3.5 bugs}} '''''Stop.bat''''' == Enhancement == File: '''Stop.bat'''<br> Location: '''*\Uniform Server''' '''''Enhancement'':''' Enclose batch commands between '''pushd %~dp0'''...)
 
(Punctuation and grammatical changes.)
Line 6: Line 6:
Location: '''*\Uniform Server'''
Location: '''*\Uniform Server'''


'''''Enhancement'':''' Enclose batch commands between '''pushd %~dp0''' and '''popd''' forces current working directory to the folder a batch file is located in. On completion restores original calling working directory. Allows remote processes to stop servers.
'''''Enhancement'':''' Enclose batch commands between '''pushd %~dp0''' and '''popd'''. This forces current working directory to the folder where a batch file is located in. On completion, it restores original calling working directory. This aAllows remote processes to stop servers.


'''''Proposed changes:'''''
'''''Proposed changes:'''''
Line 51: Line 51:
'''''Note'':''' Technically for stopping a single process the above enhancement is not required however if you wish to stop additional processes the structure is in place.  
'''''Note'':''' Technically for stopping a single process the above enhancement is not required however if you wish to stop additional processes the structure is in place.  
   
   
'''''[[#top | Top]]'''''


----
----
Line 61: Line 59:




[[Category: UniCenter]]
[[Category: Archive]]
[[Category: Support]]
[[Category: Patches]]
[[Category: Troubleshooting]]