Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Created Disk Part Menu With Options

Featured Replies

hi

guys

i have created a diskpart cmd menu which have options and its create partition automatically

download the attachment below, i need help startnet.cmd cannot execute my diskpart.cmd its shows not an internal or external command

Disk.rar

I would rename diskpart.bat to .cmd and do not call the batch file the same as the executable.

hi

guys

i have created a diskpart cmd menu which have options and its create partition automatically

download the attachment below, i need help startnet.cmd cannot execute my diskpart.cmd its shows not an internal or external command

Post your startnet.cmd code to start. And also what Win PE version you are using (or what WAIK/OPK Tools it was created from) and also what architecture it is.

Also, your batch files all use relative paths, but you should hardcode those. You can also have only 1 batch file to do all this and no txt files at all. But you can learn about variables and such later. You can totally get rid of the drive specific CMD files with this example:

ECHO. *******************************
:start
echo.
echo 1. 10 Gb Partition
echo.
echo.
set /p x=Pick:
IF '%x%' == '%x%' GOTO Item_%x%

:Item_1
start /MIN /Dx:\Windows\System32\diskpart.exe /s x:\windows\system32\disk10.txt
GOTO Start

You see above I specify that disk10.txt is in System32. Your batch file should be there also. Use abolute paths in your batch file and startnet.cmd to see if it can then launch it.

  • Author

startnet.cmd has no codes or script

here is the sample, when u open startnet in notepad its shows winpeint

all the files i putted in system32

here is the code i putted on startnet

winpeint

dispartmenu.cmd

gimagex

but startnet executes winpeint and gimagex but shows error on diskpartmenu.cmd

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.