Skip to content
SWKB.NET

MS-DOS

  1. Home>
  2. MS-DOS

MS-DOS: Find files recursively

  • Post author:admin
  • Post published:November 17, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

If you need to print out files recursively in Windows, no need to try to download a special program for this. Open a command prompt and write the following:cd "C:\Program…

Continue ReadingMS-DOS: Find files recursively

MS-DOS: NET USE Example

  • Post author:admin
  • Post published:June 30, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

Use the following code as an example: NET USE H: \\RemoteServer\f$\documents\projects /PERSISTENT:NO /USER:nista pass123!#%

Continue ReadingMS-DOS: NET USE Example

MS-DOS: Useful Commands

  • Post author:admin
  • Post published:June 27, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

Useful commands: restart: shutdown -r shutdown: shutdown -s  

Continue ReadingMS-DOS: Useful Commands

MS-DOS: Configure Network Example

  • Post author:admin
  • Post published:June 17, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

Use the following code as an example in a .bat file: @ECHO OFFecho Network Environments:echo ---------------------echo 1.Homeecho 2.WORKecho 3.EKPecho 4.exitecho ---------------------:GETINPUTset /p network_option=Please enter a number: if "%network_option%"=="1" (GOTO HOME)…

Continue ReadingMS-DOS: Configure Network Example

MS-DOS: FTP Example

  • Post author:admin
  • Post published:June 13, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

Create 2 files: GetMP3.BAT and getMP3.DAT. In GetMP3.BAT: ftp -n -i -s:getMP3.DAT and in getMP3.DAT: OPEN 192.168.131.50 1212USER NISTA11111BINARYHASHCD files\INLCD C:\incomingFTPMGET Products.txtbyeFTP switches:FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a]…

Continue ReadingMS-DOS: FTP Example

MS-DOS: BackUp Script Example

  • Post author:admin
  • Post published:June 10, 2012
  • Post category:MS-DOS: How To Examples
  • Post comments:0 Comments

DOS backup example: Put the files in a new directory and cleanup the 11th oldest Using EnableDelayedExpansion the variables are preserved @echo offsetLocal EnableDelayedExpansionSET DESTINATION_DIR="D:\TEST_DESTINATION"SET SOURCE_DIR="C:\TEST_SOURCE"REM MAKE A NEW DIRECTORY…

Continue ReadingMS-DOS: BackUp Script Example

Recent Posts

  • How to loop through Collection
  • HttpXsrfInterceptor and HttpXsrfCookieExtractor implementation example
  • Euromillions simulation
  • The birthday paradox
  • Java: Write to file
  • Tomcat: How to set encoding to unicode
  • Oracle PL/SQL: SYS_RefCursor to JSON
  • Oracle PL/SQL: Conditional Cursor
  • MySQL: Load data into table from file
  • Oracle DB: NUMBER data type

Recent Comments

    Categories

    • AJAX: How To Examples
    • Angular7: How To Examples
    • Apache
    • APEX: How To Examples
    • C++: How To Examples
    • Calculations
    • CSS: How To Examples
    • Google: How To Examples
    • Hibernate: How To examples
    • HTML: How To Examples
    • Java
    • Java: Ant
    • Java: Fundamentals
    • Java: How To Examples
    • Javascript: How To Examples
    • Joomla: Fundamentals
    • Joomla: How To Examples
    • Linux-Unix: How To Examples
    • MS-Access: How To Examples
    • MS-DOS: How To Examples
    • MySQL: How To Examples
    • News
    • Oracle
    • Oracle ADF: How To Examples
    • Oracle Apps: Fundamentals
    • Oracle Apps: Links
    • Oracle DB: Fundamentals
    • Oracle DB: How To Examples
    • Oracle DB: Links
    • Oracle OAF: How To Examples
    • Oracle PL/SQL: How To Examples
    • Oracle PL/SQL: Links
    • PHP: How To Examples
    • Siebel: How To Examples
    • SOAP
    • Tomcat
    • Various
    • VB6: How To Examples
    • WebLogic
    • Windows: How To Examples

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Copyright - OceanWP Theme by OceanWP