Jump to content

Highor

Member
  • Posts

    25
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

About Highor

Contact Methods

  • Website URL
    http://

Highor's Achievements

0

Reputation

  1. 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:
  2. net use * "PASSWORD" "/user:USERNAME" were must the /d ?
  3. 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
  4. 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
  5. 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
  6. 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.
  7. 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
  8. 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.
  9. 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?
  10. 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
  11. 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
  12. 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 )
  13. 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
×
×
  • Create New...