• In VBA Compress DesignFile no longer clears memory in Microstation Connect 10.15.00.74, is there another method to clear memory between successive file open operations?

    I had written a replacement batch application for Microstation v8i that allowed for external Excel control, logging, and even an undo, but this application was predicated on the ability to clear memory between successive file open operations. In v8i…
  • Capture and use current filename being processed via Batch Utility

    I am trying to batch publish iModels from within PW. I have the script working fine, it is is just that the command "publishdgn package" requires I provide a filename with ".i.dgn" to generate the Packaged iModel. Is there some way to capture the name…
  • RE: I need help in running a bat file within Microstation J

    Hi Jon, This is what I am doing: I key-in: bang o:\pl033462\furn\dw\SET_PRINTER\sendDOScomm.bat And it doesn’t run the batch because I receive a MS Command window like this: I have to exit it cause it doesn’t continue running the batch…
  • I need help in running a bat file within Microstation J

    Hi everyone, I am looking a solution for running a batch file that I can make a quick switch in printers and plotters. I have the ntbang.ma working. (I am running Microstation J) But every time I key in bang "c:\.....\mybatchfile.bat" the only thing…
  • Microstation VBA Batch Cell Replacement

    I have created a program which will go through all my DGN drawings that are in many sub folders in a Master Folder. ( Example: C:/MasterFolder/Subfolder/1234.DGN) My program goes through each element looking for specific cell name and when it does find…
  • Microstation VBA Raster & Looping

    resolved & deleted
  • RE: [V8i SS2 VBS] Installation folder issue

    Unknown said: ' Determine Operating System If oFileSys.FolderExists(WinProg7) And oFileSys.FolderExists(WinData7) Then Osys = "Windows 7" PathProg = WinProg7 PathData = WinData7 ElseIf oFileSys.FolderExists(WinProgXP) AND oFileSys.FolderExists…