Windows 7/8/10
  • Initial page
  • 2.EWF
  • 9.改變桌布
  • 10.goto
  • 1.變數
  • 1.FBWF (File Based Write Filter)
  • 1.About Clonezilla
  • 2.Connect to VPN server on Windows 7
  • 3.UWF
  • 1.Create VPN server on Windows 7
  • 1.turn on firewall
  • 3.Dial to VPN by Windows command
Powered by GitBook
On this page

Was this helpful?

10.goto

  • 可直接執行某段section,例如:

              if %PROCESSOR_ARCHITECTURE% == x86 (
                  goto :x86
              ) else (
                  goto :x64
              )
    
              :x86
                  :: do something
    
              :x64
    
                  :: do something
Previous9.改變桌布Next1.變數

Last updated 5 years ago

Was this helpful?