This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
remotetips [2020/03/20 12:14] nelson [Citrix] |
remotetips [2020/03/24 17:34] (current) nelson [LabConnect] |
||
---|---|---|---|
Line 5: | Line 5: | ||
====LabConnect==== | ====LabConnect==== | ||
- | * None so far | + | * Do NOT work on the C: drive - if you get disconnected you will never get back to that specific machine to find your files. :-/ |
====Citrix==== | ====Citrix==== | ||
Line 17: | Line 17: | ||
* Example: //cd ..// (go up one directory level) | * Example: //cd ..// (go up one directory level) | ||
* dir - show the files in the current directory | * dir - show the files in the current directory | ||
- | * Using these you can navigate to your project directory and then you can execute: //source mytclfile.tcl// (or whatever you named it) | + | * Using these you can navigate to your project directory and then you can execute: //source mytclfile.tcl// (or whatever you named it). |
+ | * And don't forget all the other things you can do from the Tcl Console rather than mouse-ing around to find things. Remember, anything you do with the mouse can be done in the console (look in the console window above the prompt to see what the various mouse clicks actually do). | ||
* Finally, when working with the Tcl Console don't forget that Up-Arrow on the keyboard will let you cycle back through previous commands, making it easy to repeatedly do something like: //run 1000ns//. | * Finally, when working with the Tcl Console don't forget that Up-Arrow on the keyboard will let you cycle back through previous commands, making it easy to repeatedly do something like: //run 1000ns//. | ||
* Does installing the Citrix Desktop App might solve the above problems? Let us know and we will inform the others. | * Does installing the Citrix Desktop App might solve the above problems? Let us know and we will inform the others. | ||