TLDR
Enter a command. For example: mount, for, findstr, reg, color, time.

pabcnetcclear

 
Preprocess and compile PascalABC.NET source files. More information: http://pascalabc.net.
 
  • Compile the specified source file into an executable with the same name:
     
    pabcnetcclear {{path/to/source_file.pas}}
     
  • Compile the specified source file into an executable with the specified name:
     
    pabcnetcclear /Output:{{path/to/file.pas}} {{path/to/source_file.pas}}
     
  • Compile the specified source file into an executable with the same name along with/without debug information:
     
    pabcnetcclear /Debug:{{0|1}} {{path/to/source_file.pas}}
     
  • Allow units to be searched in the specified path while compiling the source file into an executable with the same name:
     
    pabcnetcclear /SearchDir:{{path/to/dir}} {{path/to/source_file.pas}}
     
  • Compile the specified source file into an executable, defining a symbol:
     
    pabcnetcclear /Define:{{symbol}} {{path/to/source_file.pas}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.