User Tools

Site Tools


tips:win:unixls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tips:win:unixls [2009/06/08 16:08] – created eriktips:win:unixls [2009/06/08 16:08] (current) erik
Line 1: Line 1:
 +====== Emulating UNIX Directory Listing ======
  
 +Place the following in a file titled ''ls.bat'':
 +
 +  @echo off
 +  dir %* /n/p
 +
 +or under Windows 98 since ''%*'' and ''/n'' are not supported:
 +
 +  @echo off
 +  dir %1 %2 %3 %4 %5 %6 %7 %8 %9 /w/p
tips/win/unixls.txt · Last modified: 2009/06/08 16:08 by erik