-
NET USE > commands
i get: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.. also when i did /d C:\>net use computer /d computer was deleted successfully. and than i do: psexec computer -u administrator -p administrator net share Drive=C:
-
NET USE > commands
net use * "PASSWORD" "/user:USERNAME" were must the /d ?
-
NET USE > commands
I get: Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again.. How can i change, that i can go on it? thanks
-
NET USE > commands
Hello, Is it possible via net share, to share documents on someone's computer? I login with net use, and than username+pw of the computer. Is it possible to share document now for that computer? Thanks
-
format is not working
I have tryed with "Disk Managament" to format my disk, but also here he is doing nothing. He is saying "formatting", and than he is doing nothing I had a error like your disk is RAW or something M:/ is an extern Harddrive < with USB2
-
format is not working
- format is not working
if i try to open the HD he is saying, disk is not formatted do you want to format him? so i push ok, but than he do nothing, only 0 procent. also if i try to format via DOS, he is saying 0procent, its not going futher.- format is not working
Hello, when i try to format my M: disk than he is saying 0 procent completed, and than its not going to 1 or up. its saying now 0 procent completed for 15min :S. if i try it with CMD (format /FS:NTFS M:) he is saying also 0 procent, and is not going futher. what is the problem with my HD? thanks- Stop The Dialog
Hello, i use now: system("PAUSE"); than i have to push something or else he will close the window. How can i make you dont have to push anything and he is not closing the window. i just want: cout << "Hello"; and you have to close the window your self. i use DEV C++ thanks.- Resize, .ico, Title Name, Color, Help
This is my script: #include <iostream> #include <windows.h> #include <windowsx.h> #include <stdlib.h> #include <stdio.h> #define WIN32_LEAN_AND_MEAN #define WINDOW_CLASS_NAME "Hallo" #define WINDOW_WIDTH 400 #define WINDOW_HEIGHT 500 using namespace std; int main() { cout << "Hoi stefan\n"; system("PAUSE"); return 0; } This stuff: #define WIN32_LEAN_AND_MEAN #define WINDOW_CLASS_NAME "Hallo" #define WINDOW_WIDTH 400 #define WINDOW_HEIGHT 500 is not working why not?- Resize, .ico, Title Name, Color, Help
DEV C++ thanks- Resize, .ico, Title Name, Color, Help
Hello, how can i resize my dialog? how can i add a ico for my dialog with wich command? how can i change the title? and how can i change the text color, background color? thnx- C++ Beginner Needs Help
but it looks not like a program now but a bat file or something. how can i change the GUI?, and is there a tutorial or something how to add a textfield ? were you can write in ect..? and i want to know how i can change my title of the screen thnx- C++ Beginner Needs Help
Thanks. and the next question is, why is it in a DOS promt? in history i had a "windows window" with text in it. how can i fix this? ( Example: http://www.highor.com/likethis.JPG )- C++ Beginner Needs Help
Hello, when i do this: #include <iostream.h> int main() { cout << "Hello World!\n"; return 0; } he will open the .exe and close it immediatly... how can i fix this? thanks - format is not working