visustin
["filename.ext"]
[/Lang]
[/DRAW|/BIRDSEYE|/PREVIEW|/PRINT|/PRINTTO "printer"|/?]
| Parameter | Description |
|---|---|
| "filename.ext" | File to open in Visustin. This can be a source code file or an image file. It can also be a bulk flowcharting job file, in which case Visustin will run the job. Unless a full path is given, the file path is relative to the current working directory. |
| /Lang | Language of source file (such as /VB, see table below). /Lang is optional, but highly recommended. If /Lang is omitted, input file extension determines the language mode. Because several languages or modes share the same extensions, the mode may be incorrect or not set. Call visustin /? to list current file extension rules. The rules are subject to change in future versions. |
| /DRAW | After opening a source file, draw a flow chart. |
| /BIRDSEYE | After opening a source file, draw a birdseye flow chart. |
| /PREVIEW | Open a source file and bring up the Print Preview dialog. Visustin will stay running when the dialog closes. |
| Open a source file and bring up the Print Preview dialog for printing. Visustin will close when the dialog closes. This switch is provided mainly for printing image files. | |
| /PRINTTO "printer" | The same as /PRINT, but the printer named "printer" will be used. This switch is provided mainly for dragging image files onto a printer icon (Windows shell printto verb). |
| /? | Display command line syntax and file extension rules. |
If a source code file is passed as a parameter with none of /DRAW, /BIRDSEYE, /PREVIEW, /PRINT or /PRINTTO, the file is opened but no flow chart is drawn.
| Switch | Language mode |
|---|---|
| /ADA | Ada |
| /ASP | ASP (VBScript) |
| /C, /CPP, /C++ | C/C++ |
| /C# | C# |
| /CLIPPER | Clipper |
| /CF | ColdFusion |
| /COBOLFREE, /COBFREE | COBOL free format |
| /COBOLVARIABLE, /COBVAR | COBOL (variable, columns 7-) |
| /COBOLFIXED, /COBFIX | COBOL (fixed, columns 7-72) |
| /FORTRANFREE, /FORFREE | Fortran free format |
| /FORTRANFIXED, /FORFIX | Fortran (fixed, columns 7-72) |
| /FOXPRO | Visual FoxPro |
| /IAR_MSP430 | IAR/MSP430 |
| /JAVA | Java |
| /JAVASCRIPT, /JS | JavaScript |
| /JCL | JCL |
| /JSP | Java Server Pages |
| /LOTUS | LotusScript |
| /MASM | MASM |
| /MATLAB | Matlab |
| /NASM | NASM |
| /PASCAL, /DELPHI | Pascal/Delphi |
| /PERL | Perl |
| /PHP | PHP |
| /POWERSCRIPT | PowerScript |
| /PURE | PureBasic |
| /PLI | PL/I |
| /PLSQL | PL/SQL |
| /PYTHON | Python |
| /QB | QuickBASIC |
| /RB | REALbasic |
| /REXX | Rexx |
| /SAS | SAS |
| /TSQL, /T-SQL | T-SQL |
| /VB, /VB6, /VBA | Visual Basic, VBA |
| /VB.NET | Visual Basic .NET |
| /VBS | VBScript |
| /XSLT | XSLT |