When away from the network you may edit files without pending the necessary changes to the server. tfpt online pends edits, adds, and optionally deletes to files you have changed. You should not rename files when offline. This command can calculate the changes you have made to your workspace using two different methods. The default method is faster than the method which is required when specifying either the /deletes or /diff option. Please be aware of the performance penalty of using either of these options. Usage: tfpt online [/deletes] [/adds] [/diff] [/noprompt [/preview]] [/exclude:filespec1,filespec2,...] [filespec...] [/recursive] [/batchsize:num] /adds In /noprompt mode, pend detected adds as well as edits. In GUI mode, adds will be automatically checked. /deletes Checks with the server to see if any files in your workspace have been deleted and pends deletes /diff Use MD5 hashes to detect edited files in addition to the read-only bit /noprompt Operate in command-line mode only /exclude:filespec[,..] Files and directories matching a filespec in this list are excluded from processing /recursive Switch from one level of recursion to full recursion /batchsize:num Set the batch size for server calls (default 500) filespec... Only files and directories matching these filespecs are processed Options usable only in /noprompt mode: /preview List the files and changes to which changes will be pended without making changes Environment Variables: TFPT_ONLINE_EXCLUDE This environment variable can be used to supply a a default list of exclusion filespecs, equivalent to the /exclude option. Any exclusions supplied with /exclude will be processed in addition to this list.