Questions tagged [mount-diskimage]

4 questions
2
votes
1 answer

powershelll Mount-DiskImage "The system cannot find the path specified."

I have a batch file I'm executing on Windows 10 through the "Deployment and Imaging Tools Environment" powershell Mount-DiskImage ./%WORKSPACE%/W10-LTSB.iso The environment variable WORKSPACE has been checked and contains a valid path that exists…
SPlatten
  • 5,334
  • 11
  • 57
  • 128
1
vote
1 answer

Why does circumventing execution-policy break my script?

I have a script which copies an ISO to C:\temp then mounts the ISO and stores the drive letter in a variable to be used to execute a file on the mounted drive. I do it like this: $mountinfo = Mount-DiskImage -ImagePath $ctempiso $driveletter =…
0
votes
0 answers

Is it possible to mount a disk volume/image rw in iOS app and write to it?

I have an app with thousands (9..100)K tiny files, that are read/written/deleted/created, it's a user data. When they're located on a disk, it's no issue. But now I'm trying to move that stuff to the iCloud and sync becomes a pain because of that…
apollov
  • 117
  • 9
0
votes
2 answers

cmd with Powershell issue

if i run my command in PowerShell all works fine. But if i run it in cmd it doesn't work. Background: i will create a batch that works on every system that mounts an iso and then runs an exe that needs that iso. i wanna use a batch instead of a ps1…
Dustin
  • 1