Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
bach file to transform in vbs
Name: ecafe54 Date: June 16, 2006 at 09:50:35 Pacific OS: win xp CPU/Ram: celerom Product: asrock
Comment:
Hello,
I made a little bat file than is working perfectly, except that i wish to make it running invisible. To do so, i think i must "transform" my code into vbs file. i know tasklist is working in vbs, but i dont know how to manage the errorlevel.
Could anyone please help me ?
this is my code : --- @echo off tasklist | find "cypcli.exe" if ERRORLEVEL 1 start "" "C:\PROGRA~1\Cyberprinter\cypcli.exe" exit ----- the program check for cypcli.exe and if its not running, it is starting it.
Summary: How do i code save file dialog box in vb.net..? assume dat a word document is open in web-browser control in vb.net, now i want to provide a button by which the user can save the same word document at...
Summary: Okay, I don't quite know how to explain myself. How do append text from a file when you open it using the program? Like when you double click on a text file and it opens in Notepad, Notepad inputs the...