Quick Start Remote Control Without Using Console One
Posted on 01 March 2007 by admin
If you are a command line, or shortcut junkie you’ll love this shortcut. Instead of loading Console One whenever you want to use Remote Services you can launch a batch file that calls the components of Remote Workstation without the full ConsoleOne App.
You have to put these two batch files in a folder that is included in your Path. C:WINDOWS is the perfect choice for it. You will then be able to call the program from any command prompt, the Run menu or even through a shortcut.
Put this in rc.bat:
@echo off
start c:novellConsoleOne1.2binzenRcLaunchRCConsole.exe -c"Remote Control" -a"%1" -t"0" -s"2" -w"%1.WORKSTATIONS.YOURORG" -n"YOURTREE"
Put this in rv.bat:
@echo off
start c:novellConsoleOne1.2binzenRcLaunchRCConsole.exe -c"Remote View" -a"%1" -t"0" -s"2" -w"%1.WORKSTATIONS.YOURORG" -n"YOURTREE"
You could also start RCConsole directly from the server so you don’t need a ConsoleOne installation on the workstation you want to RC/RV from.
You can download the batch files here (rc.bat & rv.bat) you will just need to change the Tree and Org names.
Tags | Netware
