home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / samples / makeall.bat < prev    next >
Encoding:
DOS Batch File  |  2000-06-07  |  1.1 KB  |  72 lines

  1.  
  2.     cd webforms\intro
  3.     call makesample
  4.     cd ..\..
  5.     cd webforms\ctrlauth
  6.     cd Composition
  7.     call makesample
  8.     cd VB
  9.     call makesample
  10.     cd ..\..\CustomParsing
  11.     call makesample
  12.     cd VB
  13.     call makesample
  14.     cd ..\..\NonComposition
  15.     call makesample
  16.     cd VB
  17.     call makesample
  18.     cd ..\..\Simple
  19.     call makesample
  20.     cd VB
  21.     call makesample
  22.     cd ..\..\Templates
  23.     call makesample
  24.     cd VB
  25.     call makesample
  26.     cd ..\..\ViewState
  27.     call makesample
  28.     cd ..\..\..
  29.     cd webforms\busobjs
  30.     call makesample
  31.     cd ..\..
  32.     cd webforms\busobjs\VB
  33.     call makesample
  34.     cd ..\..\..
  35.     cd apps\handler
  36.     call makesample
  37.     cd ..\..
  38.     cd apps\VB\handler
  39.     call makesample
  40.     cd ..\..\..
  41.     cd classbrowser
  42.     call makesample
  43.     cd ..
  44.     cd grocertogo
  45.     call makesample
  46.     cd VB
  47.     call makesample
  48.     cd ..\..
  49.     cd localize\resources
  50.     call makesample
  51.     cd ..\..
  52.     cd portal\personalization
  53.     call makesample
  54.     cd ..\..
  55.     cd services\mathservice
  56.     nmake all
  57.     cd ..\..
  58.     cd services\datatypes
  59.     nmake all
  60.     cd ..\..
  61.     cd services\dataservice
  62.     nmake all
  63.     cd ..\..
  64.     cd services\intrinsics
  65.     nmake all
  66.     cd ..\..
  67.     cd services\textmatching
  68.     nmake all
  69.     cd ..\..
  70.  
  71.  
  72.